imay commented on a change in pull request #531: Add cpu and io indicates to 
audit log
URL: https://github.com/apache/incubator-doris/pull/531#discussion_r247498562
 
 

 ##########
 File path: be/src/runtime/data_stream_sender.cpp
 ##########
 @@ -305,11 +318,17 @@ DataStreamSender::DataStreamSender(
             || sink.output_partition.type == 
TPartitionType::RANGE_PARTITIONED);
     // TODO: use something like google3's linked_ptr here (scoped_ptr isn't 
copyable)
     for (int i = 0; i < destinations.size(); ++i) {
+        bool is_transfer_chain = false;
 
 Review comment:
   ```suggestion
           bool is_transfer_stats = (i == 0);
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@doris.apache.org
For additional commands, e-mail: dev-h...@doris.apache.org

Reply via email to