chunweilei commented on a change in pull request #1647: [CALCITE-3588] Support
more operators in Join condition when convert …
URL: https://github.com/apache/calcite/pull/1647#discussion_r356935306
##########
File path:
core/src/test/java/org/apache/calcite/rel/rel2sql/RelToSqlConverterTest.java
##########
@@ -1919,17 +1952,14 @@ private static String toSql(RelNode root, SqlDialect
dialect) {
+ "on \"t1\".\"product_id\" = \"t3\".\"product_id\" or "
+ "(\"t1\".\"product_id\" is not null or "
+ "\"t3\".\"product_id\" is not null)";
- // Some of the "IS NULL" and "IS NOT NULL" are reduced to TRUE or FALSE,
+ // Some of the "IS NULL" and "IS NOT NULL" are reduced,
// but not all.
Review comment:
Is this change expected?
----------------------------------------------------------------
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