This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from e5991ccf3a6 [style](fe) add package directory structure matching check (#45794) add c961a8c8b37 [case](auth)Add case for auth (#45478) No new revisions were added by this update. Summary of changes: ...st_system_user.groovy => test_system_db.groovy} | 45 ++++++---- ..._system_user.groovy => test_system_role.groovy} | 36 ++++++-- .../suites/account_p0/test_system_user.groovy | 28 +++++- .../suites/auth_p0/test_catalogs_auth.groovy | 68 ++++++++++++++ .../suites/auth_p0/test_mtmv_auth.groovy | 100 +++++++++++++++++++++ .../auth_p0/test_partition_values_tvf_auth.groovy | 69 ++++++++++++++ .../suites/auth_p0/test_partitions_auth.groovy | 84 +++++++++++++++++ .../suites/auth_p0/test_query_tvf_auth.groovy | 74 +++++++++++++++ .../suites/auth_p0/test_select_count_auth.groovy | 93 +++++++++++++++++++ .../external_table_p2/tvf/test_iceberg_meta.groovy | 34 ++++++- 10 files changed, 603 insertions(+), 28 deletions(-) copy regression-test/suites/account_p0/{test_system_user.groovy => test_system_db.groovy} (52%) copy regression-test/suites/account_p0/{test_system_user.groovy => test_system_role.groovy} (57%) create mode 100644 regression-test/suites/auth_p0/test_catalogs_auth.groovy create mode 100644 regression-test/suites/auth_p0/test_mtmv_auth.groovy create mode 100644 regression-test/suites/auth_p0/test_partition_values_tvf_auth.groovy create mode 100644 regression-test/suites/auth_p0/test_partitions_auth.groovy create mode 100644 regression-test/suites/auth_p0/test_query_tvf_auth.groovy create mode 100644 regression-test/suites/auth_p0/test_select_count_auth.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org