[
https://issues.apache.org/jira/browse/CALCITE-4211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17189585#comment-17189585
]
Julian Hyde commented on CALCITE-4211:
--------------------------------------
Your bug implies that there has been a regression. There has not. I did the
research that you should have done:
* The test method is called {{testOrderByQueryOnOrderByView()}}.
* It is in {{class MaterializedViewSubstitutionVisitorTest}}.
* The test is disabled.
* The test was moved from another class in CALCITE-3478 but was disabled before
then.
I didn't look back any further, but I suspect that this test never worked. If
so, this should not be a bug but a feature request.
You logged an alarming bug, and it wasted a bunch of my time. Please do better.
> QueryOnOrderByView could not pass test
> --------------------------------------
>
> Key: CALCITE-4211
> URL: https://issues.apache.org/jira/browse/CALCITE-4211
> Project: Calcite
> Issue Type: Bug
> Reporter: zhishui
> Assignee: zhishui
> Priority: Critical
>
> 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)