yiguolei commented on code in PR #24219:
URL: https://github.com/apache/doris/pull/24219#discussion_r1322870115
##########
fe/fe-core/src/main/java/org/apache/doris/service/FrontendServiceImpl.java:
##########
@@ -2022,6 +2022,7 @@ private void httpStreamPutImpl(TStreamLoadPutRequest
request, TStreamLoadPutResu
result.getParams().setTableName(parsedStmt.getTbl());
// The txn_id here is obtained from the NativeInsertStmt
result.getParams().setTxnConf(new TTxnParams().setTxnId(txn_id));
+ result.getParams().setImportLabel(parsedStmt.getLabel());
Review Comment:
update the docs
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]