BiteTheDDDDt commented on code in PR #50720:
URL: https://github.com/apache/doris/pull/50720#discussion_r2083780241


##########
be/src/pipeline/exec/join/process_hash_table_probe_impl.h:
##########
@@ -70,7 +70,9 @@ 
ProcessHashTableProbe<JoinOpType>::ProcessHashTableProbe(HashJoinProbeLocalState
           _build_side_output_timer(parent->_build_side_output_timer),
           _probe_side_output_timer(parent->_probe_side_output_timer),
           _finish_probe_phase_timer(parent->_finish_probe_phase_timer),
-          _right_col_idx((_parent_operator->_is_right_semi_anti && 
!_have_other_join_conjunct)
+          _right_col_idx((_parent_operator->_is_right_semi_anti && 
!_have_other_join_conjunct &&

Review Comment:
   better directly get right_col_idx from parent operator, and use 
`left+right=intermediate` to do double check



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