jamesstarr commented on a change in pull request #2549:
URL: https://github.com/apache/calcite/pull/2549#discussion_r733131157
##########
File path: core/src/test/java/org/apache/calcite/test/RelBuilderTest.java
##########
@@ -3732,9 +3732,7 @@ private static RelNode groupIdRel(RelBuilder builder,
boolean extra) {
+ "requiredColumns=[{5, 7}])\n"
+ " LogicalTableScan(table=[[scott, EMP]])\n"
+ " LogicalFilter(condition=[=($cor0.SAL, 1000)])\n"
- + " LogicalFilter(condition=[OR("
- + "SEARCH($cor0.DEPTNO, Sarg[(20..30)]), "
- + "IS NULL($2))], variablesSet=[[$cor0]])\n"
+ + " LogicalFilter(condition=[OR(SEARCH($cor0.DEPTNO,
Sarg[(20..30)]), IS NULL($2))])\n"
Review comment:
This test has changed. It was generating a non-sense plan before where
the id was specified multiple times.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]