You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Dayue Gao (JIRA)" <ji...@apache.org> on 2016/11/21 09:13:58 UTC

[jira] [Created] (CALCITE-1501) EnumerableUnion should use array comparator when row type is ARRAY

Dayue Gao created CALCITE-1501:
----------------------------------

             Summary: EnumerableUnion should use array comparator when row type is ARRAY
                 Key: CALCITE-1501
                 URL: https://issues.apache.org/jira/browse/CALCITE-1501
             Project: Calcite
          Issue Type: Bug
          Components: core
    Affects Versions: 1.10.0
            Reporter: Dayue Gao
            Assignee: Julian Hyde


Reproduce using cvs adaptor example

{noformat}
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     |
+---------------------+--------+
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)