BiteTheDDDDt commented on code in PR #27565: URL: https://github.com/apache/doris/pull/27565#discussion_r1404802097
########## be/src/vec/exec/join/vnested_loop_join_node.cpp: ########## @@ -347,8 +347,8 @@ void VNestedLoopJoinNode::_process_left_child_block(MutableBlock& mutable_block, void VNestedLoopJoinNode::_update_additional_flags(Block* block) { if (_is_outer_join) { - auto p0 = _tuple_is_null_left_flag_column->assume_mutable(); Review Comment: What is the difference between these two ways? -- 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