starocean999 commented on code in PR #31690:
URL: https://github.com/apache/doris/pull/31690#discussion_r1509942082


##########
fe/fe-core/src/main/java/org/apache/doris/planner/HashJoinNode.java:
##########
@@ -970,4 +968,21 @@ SlotRef getMappedInputSlotRef(SlotRef slotRef) {
             return slotRef;
         }
     }
+
+    private JoinOperator transformJoinOperator() {
+        if (joinOp == JoinOperator.LEFT_ANTI_JOIN && 
eqJoinConjuncts.isEmpty()) {

Review Comment:
   only transformJoinOperator when markJoinConjuncts != null



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to