This is an automated email from the ASF dual-hosted git repository.
yuqi1129 pushed a change to branch cherry-pick-eca1b1a4-to-branch-1.3
in repository https://gitbox.apache.org/repos/asf/gravitino.git
from 66c90a6549 [#13189] fix(lance): reject empty storage option keys
(#13190)
add fdb22354ce [Cherry-pick to branch-1.3] [#13278] fix(core): clean up
missing schemas on explicit cascading drops (#13279) (#13282)
add a41dc5bd19 [Cherry-pick to branch-1.3] [#13261] fix(auth): Reduce
owner lookups in user/group lists (#13262) (#13288)
new af703ca458 Merge branch 'branch-1.3' into
cherry-pick-eca1b1a4-to-branch-1.3
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../catalog/SchemaOperationDispatcher.java | 27 +--
.../catalog/TestSchemaOperationDispatcher.java | 34 +++
.../server/authorization/MetadataAuthzHelper.java | 35 ++-
.../authorization/PrincipalListTestUtils.java | 69 ++++++
.../authorization/TestMetadataAuthzHelper.java | 213 ++++++++++++++++
.../authorization/TestPrincipalListQueryCount.java | 267 +++++++++++++++++++++
6 files changed, 627 insertions(+), 18 deletions(-)
create mode 100644
server-common/src/test/java/org/apache/gravitino/server/authorization/PrincipalListTestUtils.java
create mode 100644
server-common/src/test/java/org/apache/gravitino/server/authorization/TestPrincipalListQueryCount.java