Uploaded image for project: 'Calcite'
  1. Calcite
  2. CALCITE-1501

EnumerableUnion should use array comparator when row type is ARRAY

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.10.0
    • 1.11.0
    • core
    • None
    • Patch

    Description

      Reproduce using cvs adaptor example

      0: jdbc:calcite:model=target/test-classes/mod> select count(*), max(deptno) from emps e1 union select count(*), max(deptno) from emps e2;
      +---------------------+--------+
      |       EXPR$0        | EXPR$1 |
      +---------------------+--------+
      | 5                   | 40     |
      | 5                   | 40     |
      +---------------------+--------+
      

      Attachments

        Activity

          People

            julianhyde Julian Hyde
            gaodayue Dayue Gao
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: