Gabriel39 commented on code in PR #15072: URL: https://github.com/apache/doris/pull/15072#discussion_r1049533224
########## be/src/vec/exec/vset_operation_node.cpp: ########## @@ -183,7 +185,6 @@ Status VSetOperationNode<is_intersect>::alloc_resource(RuntimeState* state) { for (const std::vector<VExprContext*>& exprs : _child_expr_lists) { RETURN_IF_ERROR(VExpr::open(exprs, state)); } - _probe_finished_children_index.assign(_child_expr_lists.size(), false); _probe_columns.resize(_child_expr_lists[1].size()); Review Comment: why resize _probe_columns by the second _child_expr_lists? -- 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