dataroaring commented on code in PR #57770:
URL: https://github.com/apache/doris/pull/57770#discussion_r2511985285
##########
gensrc/proto/cloud.proto:
##########
@@ -2122,6 +2122,43 @@ message CloneInstanceResponse {
optional string image_url = 3;
}
+message MergedSmallFilePB {
+ optional string path = 1;
+ optional int64 offset = 2;
+ optional int64 size = 3;
+ optional bool deleted = 4;
+ optional int64 tablet_id = 5;
+ optional string rowset_id = 6;
+}
+
+message MergedFileInfoPB {
+ enum MergeFileState {
+ NORMAL = 0;
+ RECYCLING = 1;
+ }
+ optional int64 ref_cnt = 1;
+ optional int64 total_file_num = 2;
+ optional int64 left_file_num = 3;
Review Comment:
left -> remaining.
--
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]