xiedeyantu commented on code in PR #4769:
URL: https://github.com/apache/calcite/pull/4769#discussion_r2725561511


##########
core/src/main/java/org/apache/calcite/rel/rules/PruneEmptyRules.java:
##########
@@ -566,6 +568,17 @@ public interface JoinRightEmptyRuleConfig extends 
PruneEmptyRule.Config {
             call.transformTo(join.getLeft());
             return;
           }
+          if (join.getJoinType() == JoinRelType.LEFT_MARK) {

Review Comment:
   Thanks, I've updated. Since it was a minor change, I submitted it directly 
by force.



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