yiguolei commented on code in PR #27763: URL: https://github.com/apache/doris/pull/27763#discussion_r1409005246
########## be/src/pipeline/exec/join_probe_operator.h: ########## @@ -50,15 +50,15 @@ class JoinProbeLocalState : public PipelineXLocalState<DependencyType> { // output expr vectorized::VExprContextSPtrs _output_expr_ctxs; vectorized::Block _join_block; - vectorized::MutableColumnPtr _tuple_is_null_left_flag_column; - vectorized::MutableColumnPtr _tuple_is_null_right_flag_column; + vectorized::MutableColumnPtr _tuple_is_null_left_flag_column {nullptr}; Review Comment: = nullptr -- 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