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: [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]