deardeng commented on code in PR #56164:
URL: https://github.com/apache/doris/pull/56164#discussion_r2464281471
##########
gensrc/proto/cloud.proto:
##########
@@ -182,6 +182,7 @@ message ClusterPB {
optional int64 mtime = 11;
repeated string cluster_names = 12; // clusters in virtual cluster
optional ClusterPolicy cluster_policy = 13; // virtual cluster policy
+ map<string, string> properties = 14; // clsuter additional properties
Review Comment:
属性都用map吧,比较好扩展以后其他属性
--
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]