imay commented on a change in pull request #541: Fix bug that internal retry of
stream load return wrong result
URL: https://github.com/apache/incubator-doris/pull/541#discussion_r248185216
##########
File path: be/src/http/action/stream_load.cpp
##########
@@ -400,6 +400,10 @@ Status StreamLoadAction::_on_header(HttpRequest*
http_req, StreamLoadContext* ct
request.db = ctx->db;
request.tbl = ctx->table;
request.label = ctx->label;
+ // set timestamp
+ struct timeval tv;
Review comment:
you can use function `UnixMicros` util/time.h
but the current implementation is not right now, could you fix it by the way?
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]