gavinchou commented on code in PR #56175:
URL: https://github.com/apache/doris/pull/56175#discussion_r2363855631


##########
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;
+    optional string offset = 3;
+    optional int64 scanned_rows = 4;
+    optional int64 load_bytes = 5;
+    optional int64 file_number = 6;

Review Comment:
   is file_number the count of files or the  index of the file? if the previous 
one, name it with `num_files`



-- 
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]

Reply via email to