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:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]