This is an automated email from the ASF dual-hosted git repository.
hellostephen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from af63014eda4 [fix](inverted index) Fix for Inaccurate
match_phrase_prefix Cache in Query Processing (#46310)
add 548527b5945 [fix](storage vault) Fix some bug and add more regression
test (#46402)
No new revisions were added by this update.
Summary of changes:
.../org/apache/doris/catalog/StorageVaultMgr.java | 72 +++--
.../cloud/catalog/CloudInstanceStatusChecker.java | 5 +-
.../apache/doris/datasource/InternalCatalog.java | 2 +-
.../plans/commands/AlterStorageVaultCommand.java | 2 +-
.../doris/cloud/catalog/HdfsStorageVaultTest.java | 6 +-
.../org/apache/doris/regression/suite/Suite.groovy | 4 +
.../vault_p0/alter/test_alter_hdfs_vault.groovy | 105 +++++--
.../vault_p0/alter/test_alter_s3_vault.groovy | 322 ++++++++++++---------
.../alter/test_alter_use_path_style.groovy | 124 ++++----
.../vault_p0/alter/test_alter_vault_name.groovy | 8 +-
.../vault_p0/alter/test_alter_vault_type.groovy | 12 +-
regression-test/suites/vault_p0/create/load.groovy | 252 ----------------
.../vault_p0/create/test_create_vault.groovy | 188 ++++++++++--
.../vault_p0/default/test_default_vault.groovy | 257 ++++++++++------
.../test_s3_vault_path_start_with_slash.groovy | 79 +++--
.../vault_p0/forbid/test_forbid_vault.groovy | 7 +-
.../vault_p0/privilege/test_vault_privilege.groovy | 190 ------------
.../privilege/test_vault_privilege_restart.groovy | 278 +++++++++---------
.../test_vault_privilege_with_role.groovy | 107 +++----
.../test_vault_privilege_with_user.groovy | 253 ++++++++++++++++
20 files changed, 1202 insertions(+), 1071 deletions(-)
delete mode 100644 regression-test/suites/vault_p0/create/load.groovy
delete mode 100644
regression-test/suites/vault_p0/privilege/test_vault_privilege.groovy
create mode 100644
regression-test/suites/vault_p0/privilege/test_vault_privilege_with_user.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]