gavinchou commented on code in PR #56164:
URL: https://github.com/apache/doris/pull/56164#discussion_r2463932021
##########
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:
这个可以用单独定义 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]