yangzhg commented on a change in pull request #7921:
URL: https://github.com/apache/incubator-doris/pull/7921#discussion_r795306528



##########
File path: be/src/runtime/data_stream_sender.h
##########
@@ -204,7 +199,11 @@ class DataStreamSender : public DataSink {
 
         // TODO(zc): initused for brpc
         PUniqueId _finst_id;
-        PRowBatch _pb_batch;
+
+        PRowBatch* _ch_cur_pb_batch;
+        PRowBatch _ch_pb_batch1;

Review comment:
       Add some comment to explain why named batch1 and batch2, or rename to a 
meaningful name?




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