PaulJackson123 commented on code in PR #3495:
URL: https://github.com/apache/calcite/pull/3495#discussion_r1379326615


##########
core/src/test/java/org/apache/calcite/test/RelOptRulesTest.java:
##########
@@ -4571,7 +4571,7 @@ private void checkEmptyJoin(RelOptFixture f) {
       final RelDataType type = 
rexBuilder.getTypeFactory().createSqlType(SqlTypeName.BIGINT);
 
       RelNode left = b
-          .values(new String[]{"x", "y"}, 1, 2).build();
+          .values(new String[]{"x", "y"}, 1, 2, 2, 1).build();

Review Comment:
   I added a second row to prevent `RexSimplify` from seeing the columns as 
constants and reducing this to `true`.



-- 
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]

Reply via email to