You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@doris.apache.org by GitBox <gi...@apache.org> on 2019/07/16 08:39:05 UTC

[GitHub] [incubator-doris] imay commented on a change in pull request #1487: Modify the result json format of mini load

imay commented on a change in pull request #1487: Modify the result json format of mini load
URL: https://github.com/apache/incubator-doris/pull/1487#discussion_r303789164
 
 

 ##########
 File path: be/src/exec/tablet_sink.h
 ##########
 @@ -168,6 +168,9 @@ class OlapTableSink : public DataSink {
         return _profile;
     }
 
+    int64_t* wait_in_flight_packet_ns() { return &_wait_in_flight_packet_ns; }
+    int64_t* serialize_batch_ns() { return &_serialize_batch_ns; }
 
 Review comment:
   ```suggestion
       int64_t* mutable_serialize_batch_ns() { return &_serialize_batch_ns; }
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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