yiguolei commented on code in PR #56048:
URL: https://github.com/apache/doris/pull/56048#discussion_r2347794473


##########
be/src/pipeline/exec/union_sink_operator.cpp:
##########
@@ -60,7 +60,9 @@ UnionSinkOperatorX::UnionSinkOperatorX(int child_id, int 
sink_id, int dest_id, O
                   
cast_set<int>(tnode.union_node.first_materialized_child_idx)),
           _row_descriptor(descs, tnode.row_tuples, tnode.nullable_tuples),
           _cur_child_id(child_id),
-          _child_size(tnode.num_children) {}
+          _child_size(tnode.num_children),

Review Comment:
   add testcases



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

Reply via email to