xinyiZzz commented on code in PR #19538:
URL: https://github.com/apache/doris/pull/19538#discussion_r1191008648


##########
be/src/vec/exec/vunion_node.cpp:
##########
@@ -341,17 +345,17 @@ void VUnionNode::debug_string(int indentation_level, 
std::stringstream* out) con
     *out << ")" << std::endl;
 }
 
-Block VUnionNode::materialize_block(Block* src_block, int child_idx) {
+Status VUnionNode::materialize_block(Block* src_block, int child_idx, Block* 
res_block) {

Review Comment:
   Why not throw exception



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

Reply via email to