This is an automated email from the ASF dual-hosted git repository.
morrysnow pushed a change to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/doris.git
from a73d0825a0e branch-3.1: [fix](trash) Fix shadow variable causing
garbage scheduling time errors #51647 (#52029)
add 95dc9a9d083 branch-3.1: [feat](cloud) Support alter operation for
obj_info and s3 vault obj_info #51162 (#52030)
No new revisions were added by this update.
Summary of changes:
cloud/src/meta-service/meta_service_http.cpp | 8 +-
cloud/src/meta-service/meta_service_resource.cpp | 131 +++++++--
cloud/test/meta_service_test.cpp | 301 +++++++++++++++++++++
.../org/apache/doris/catalog/S3StorageVault.java | 6 +-
.../org/apache/doris/catalog/StorageVault.java | 6 +-
.../apache/doris/cloud/rpc/MetaServiceClient.java | 4 +
.../apache/doris/cloud/rpc/MetaServiceProxy.java | 4 +
gensrc/proto/cloud.proto | 1 +
...groovy => test_alter_s3_vault_with_role.groovy} | 55 +++-
.../node_mgr/test_ms_alter_obj_info.groovy | 206 ++++++++++++++
.../node_mgr/test_ms_alter_s3_vault.groovy | 237 ++++++++++++++++
11 files changed, 927 insertions(+), 32 deletions(-)
copy regression-test/suites/aws_iam_role_p0/{test_s3_vault_with_role.groovy =>
test_alter_s3_vault_with_role.groovy} (58%)
create mode 100644
regression-test/suites/cloud_p0/node_mgr/test_ms_alter_obj_info.groovy
create mode 100644
regression-test/suites/cloud_p0/node_mgr/test_ms_alter_s3_vault.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]