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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org