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