wangshuo128 commented on code in PR #31537:
URL: https://github.com/apache/doris/pull/31537#discussion_r1513877722
##########
gensrc/proto/cloud.proto:
##########
@@ -187,6 +190,25 @@ message ObjectStoreInfoPB {
optional bool sse_enabled = 15;
}
+message StorageVaultPB {
+ optional string id = 1;
+ optional string name = 2;
+ optional HdfsInfo hdfs_infos = 3; // HdfsResource
Review Comment:
```suggestion
optional HdfsInfo hdfs_info = 3; // HdfsResource
```
--
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]