yiguolei commented on code in PR #45375: URL: https://github.com/apache/doris/pull/45375#discussion_r1944111152
########## be/src/pipeline/exec/exchange_sink_buffer.cpp: ########## @@ -66,6 +66,9 @@ void BroadcastPBlockHolderMemLimiter::acquire(BroadcastPBlockHolder& holder) { DCHECK(_broadcast_dependency != nullptr); holder.set_parent_creator(shared_from_this()); auto size = holder._pblock->column_values().size(); + if (size == 0) { Review Comment: 这个PR ,我们顺道把单测补齐了吧,要不后续还得单独补充 -- 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