zhiqiang-hhhh commented on code in PR #33954:
URL: https://github.com/apache/doris/pull/33954#discussion_r1574207108


##########
be/src/runtime/stream_load/stream_load_executor.cpp:
##########
@@ -69,7 +69,7 @@ Status 
StreamLoadExecutor::execute_plan_fragment(std::shared_ptr<StreamLoadConte
 #ifndef BE_TEST
     ctx->start_write_data_nanos = MonotonicNanos();
     LOG(INFO) << "begin to execute stream load. label=" << ctx->label << ", 
txn_id=" << ctx->txn_id
-              << ", query_id=" << 
print_id(ctx->put_result.params.params.query_id);
+              << ", query_id=" << ctx->id;

Review Comment:
   no need print_id since 
https://github.com/apache/doris/blob/0af0a47324f42a24ace24e648e2b58501bd08e67/be/src/util/uid_util.cpp#L41



-- 
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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to