You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by "zhishui (Jira)" <ji...@apache.org> on 2020/09/02 07:46:00 UTC

[jira] [Created] (CALCITE-4211) QueryOnOrderByView could not pass test

zhishui created CALCITE-4211:
--------------------------------

             Summary: QueryOnOrderByView could not pass test
                 Key: CALCITE-4211
                 URL: https://issues.apache.org/jira/browse/CALCITE-4211
             Project: Calcite
          Issue Type: Bug
            Reporter: zhishui


sql("select \"deptno\", \"empid\" from \"emps\" order by \"deptno\"",
        "select \"empid\" from \"emps\" order by \"deptno\"")
        .ok();

in lastest verison, this test could not pass correctly



--
This message was sent by Atlassian Jira
(v8.3.4#803005)