chunweilei commented on code in PR #2837:
URL: https://github.com/apache/calcite/pull/2837#discussion_r903536875


##########
core/src/main/java/org/apache/calcite/rel/rules/FilterJoinRule.java:
##########
@@ -138,7 +138,9 @@ protected void perform(RelOptRuleCall call, @Nullable 
Filter filter,
       }
     }
 
-    joinFilters = inferJoinEqualConditions(joinFilters, join);
+    if (joinType != JoinRelType.FULL) {

Review Comment:
   Your proposed transformation would not happen. The current logic can handle 
it correctly. I am going to add more test cases.



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