XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • arrow-adapter
    • None

    Description

      Query

      (select "intField"
      from arrowdata
      where "intField" = 2)
        union 
      (select "intField"
      from arrowdata
      where "intField" = 1)
      

      should return

      1
      2
      

      but return

      1
      

      See org.apache.calcite.adapter.arrow.ArrowAdapterTest#testArrowUnion

      Attachments

        Activity

          People

            Unassigned Unassigned
            hongyuguo hongyu guo
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: