This is an automated email from the ASF dual-hosted git repository.

gavinchou pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 2d674c800e6 [opt](inverted index) Optimize the usage of the 
`multi_match` function (#39193)
     add 2669edc3a1f [feature](Vault) Support alter hdfs storage vault and 
alter vault's name (#38685)

No new revisions were added by this update.

Summary of changes:
 cloud/src/meta-service/meta_service_resource.cpp   | 186 ++++++++++++++----
 cloud/test/meta_service_test.cpp                   | 214 ++++++++++++++++++++-
 .../doris/analysis/CreateStorageVaultStmt.java     |  25 +++
 .../org/apache/doris/catalog/HdfsStorageVault.java |   9 +
 .../org/apache/doris/catalog/S3StorageVault.java   |   5 +-
 .../org/apache/doris/catalog/StorageVault.java     |  12 ++
 .../org/apache/doris/catalog/StorageVaultMgr.java  | 132 ++++++++-----
 gensrc/proto/cloud.proto                           |   3 +
 .../suites/vaults/alter/alter_hdfs.groovy          | 119 ++++++++++++
 .../suites/vaults/alter/alter_s3.groovy            | 124 ++++++++++++
 10 files changed, 746 insertions(+), 83 deletions(-)
 create mode 100644 regression-test/suites/vaults/alter/alter_hdfs.groovy
 create mode 100644 regression-test/suites/vaults/alter/alter_s3.groovy


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to