dataroaring commented on code in PR #53908:
URL: https://github.com/apache/doris/pull/53908#discussion_r2281756329
##########
gensrc/proto/cloud.proto:
##########
@@ -1714,6 +1720,10 @@ message UpdateDeleteBitmapRequest {
// when update delete_bitmap of pre rowsets, check the rowset exists
repeated int64 pre_rowset_versions = 17;
optional string request_ip = 18;
+ optional int64 store_version = 19;
Review Comment:
It's better to start from a larger id, e.g. 50. Because, we can reduce
complexcity of add fields in release branches.
--
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]