yiguolei commented on code in PR #16940:
URL: https://github.com/apache/doris/pull/16940#discussion_r1133595304
##########
fe/fe-core/src/main/java/org/apache/doris/qe/ConnectContext.java:
##########
@@ -67,6 +68,11 @@ public class ConnectContext {
protected volatile long stmtId;
protected volatile long forwardedStmtId;
+ // set for stream load with sql
+ protected volatile TUniqueId loadId;
Review Comment:
Not add load id here. For load task, query id is load id
--
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]