HappenLee commented on code in PR #47476: URL: https://github.com/apache/doris/pull/47476#discussion_r1942196874
########## be/src/vec/sink/vdata_stream_sender.cpp: ########## @@ -280,9 +280,9 @@ Status BlockSerializer::next_serialized_block(Block* block, PBlock* dest, size_t RETURN_IF_ERROR(serialize_block(dest, num_receivers)); } *serialized = true; - return Status::OK(); + } else { Review Comment: for code format -- 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