xiedeyantu commented on code in PR #5047:
URL: https://github.com/apache/calcite/pull/5047#discussion_r3468018541
##########
core/src/main/java/org/apache/calcite/rel/rules/JoinProjectTransposeRule.java:
##########
@@ -112,6 +112,12 @@ public JoinProjectTransposeRule(RelOptRuleOperand operand,
//~ Methods ----------------------------------------------------------------
+ @Override public boolean matches(RelOptRuleCall call) {
+ Join join = call.rel(0);
+ // SEMI and ANTI join cannot be swapped.
Review Comment:
Also include LEFT_MARK?
--
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]