morningman commented on a change in pull request #7921:
URL: https://github.com/apache/incubator-doris/pull/7921#discussion_r795317278
##########
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:
Comment added
--
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]