dataroaring commented on code in PR #57770:
URL: https://github.com/apache/doris/pull/57770#discussion_r2511983413
##########
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 {
Review Comment:
State instead of MergeFileState.
--
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]