mrhhsg commented on code in PR #15072: URL: https://github.com/apache/doris/pull/15072#discussion_r1050304689
########## be/src/vec/exec/vset_operation_node.cpp: ########## @@ -174,6 +174,8 @@ Status VSetOperationNode<is_intersect>::init(const TPlanNode& tnode, RuntimeStat _child_expr_lists.push_back(ctxs); } + _probe_finished_children_index.assign(_child_expr_lists.size(), false); Review Comment: `alloc_resource` will be called multi times(sink operator/source operator/probe sink operator) -- 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