yiguolei commented on code in PR #39031:
URL: https://github.com/apache/doris/pull/39031#discussion_r1708867704


##########
be/src/pipeline/local_exchange/local_exchanger.h:
##########
@@ -123,9 +139,12 @@ class Exchanger : public ExchangerBase {
     }
 
 protected:
-    bool _enqueue_data_and_set_ready(int channel_id, 
LocalExchangeSinkLocalState& local_state,
-                                     BlockType&& block);
-    bool _dequeue_data(LocalExchangeSourceLocalState& local_state, BlockType& 
block, bool* eos);
+    void _enqueue_data_and_set_ready(int channel_id, 
LocalExchangeSinkLocalState& local_state,

Review Comment:
   Add comment to explain in which scenario the update_total_mem_usage = true 
or false



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