gavinchou commented on code in PR #45685:
URL: https://github.com/apache/doris/pull/45685#discussion_r1896607858
##########
gensrc/proto/cloud.proto:
##########
@@ -887,6 +887,9 @@ message AlterObjStoreInfoResponse {
optional MetaServiceResponseStatus status = 1;
optional string storage_vault_id = 2;
optional bool default_storage_vault_replaced = 3;
+
+ // storage_vault_name maybe changed, so return new storage_vault_name
+ optional string storage_vault_name = 4;
Review Comment:
redundant vault name, using the name in request
--
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]