danny0405 commented on a change in pull request #1551: [CALCITE-3457]
RexSimplify incorrectly simplifies IS NOT NULL operator with ITEM call
URL: https://github.com/apache/calcite/pull/1551#discussion_r341806114
##########
File path: core/src/test/resources/org/apache/calcite/test/RelOptRulesTest.xml
##########
@@ -1990,7 +2018,8 @@ LogicalProject(EXPR$0=[+($1, $5)], EXPR$1=[SUM($6) OVER
(PARTITION BY $4 RANGE B
</TestCase>
<TestCase name="testPushProjectPastSetOp">
<Resource name="sql">
- <![CDATA[select sal from (select * from emp e1 union all select *
from emp e2)]]>
+ <![CDATA[select sal from
+(select * from emp e1 union all select * from emp e2)]]>
</Resource>
Review comment:
Thanks, let's keep it as it is now.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services