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


##########
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;
+    optional int64 file_size = 7;

Review Comment:
   if it is is size in bytes, better name "file_bytes" 



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