liaoxin01 commented on code in PR #33920: URL: https://github.com/apache/doris/pull/33920#discussion_r1573790798
########## be/src/vec/sink/vtablet_sink.cpp: ########## @@ -605,6 +605,21 @@ Status VNodeChannel::add_block(vectorized::Block* block, const Payload* payload, SCOPED_RAW_TIMER(&_stat.append_node_channel_ns); if (is_append) { + if (_cur_mutable_block && !_cur_mutable_block->empty()) { Review Comment: Please add a comment and add a regression test. -- 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