gavinchou commented on code in PR #55612:
URL: https://github.com/apache/doris/pull/55612#discussion_r2319457149
##########
gensrc/proto/cloud.proto:
##########
@@ -1354,18 +1354,13 @@ message AlterInstanceRequest {
DISABLE_SSE = 5;
SET_OVERDUE = 6;
SET_NORMAL = 7;
- SNAPSHOT_SWITCH_ON = 8;
- SNAPSHOT_SWITCH_OFF = 9;
- WRITE_MULTI_VERSION_KEYS = 10;
- READ_MULTI_VERSION_KEYS = 11;
- DISABLE_SINGLE_VERSION_KEYS = 12;
- SET_SNAPSHOT_PROPERTY = 13;
+ SET_SNAPSHOT_PROPERTY = 8;
}
optional string instance_id = 1;
optional Operation op = 2;
optional string name = 3;
optional string request_ip = 4;
- optional string value = 5;
+ map<string, string> properties = 5;
Review Comment:
找个地方把 key 的常量定义好, 在这个proto文件里是合适的
--
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]