HappenLee commented on code in PR #23713:
URL: https://github.com/apache/doris/pull/23713#discussion_r1312480483


##########
be/src/vec/exec/join/vhash_join_node.h:
##########
@@ -275,6 +275,12 @@ class HashJoinNode final : public VJoinNodeBase {
                 (_build_blocks->empty() && _join_op == 
TJoinOp::RIGHT_OUTER_JOIN) ||
                 (_build_blocks->empty() && _join_op == 
TJoinOp::RIGHT_SEMI_JOIN) ||
                 (_build_blocks->empty() && _join_op == 
TJoinOp::RIGHT_ANTI_JOIN);
+        //when build table rows is 0 and not have other_join_conjunct and join 
type is one of LEFT_OUTER_JOIN/FULL_OUTER_JOIN/LEFT_ANTI_JOIN
+        //we could get the result is probe table + null-column(if need output)
+        _short_circuit_for_probe_and_additional_data =

Review Comment:
   No mark join



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