sollhui commented on code in PR #56175:
URL: https://github.com/apache/doris/pull/56175#discussion_r2365043743
##########
gensrc/proto/cloud.proto:
##########
@@ -365,10 +366,21 @@ message RoutineLoadJobStatisticPB {
optional int64 task_execution_time_ms = 5;
}
+message StreamingTaskCommitAttachmentPB {
+ optional int64 job_id = 1;
+ optional int64 task_id = 2;
Review Comment:
The jobid is determined when creating the job, job will create task to load
data, every task has its own task 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]