This is an automated email from the ASF dual-hosted git repository.
liuxun pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git
from ed093460cb [#7724] feat(authz): Support Metalake Authorization (#7726)
add 7fb3869a77 [#7557] feat(iceberg): get user from HTTP request for
Iceberg REST server (#7626) (#7731)
No new revisions were added by this update.
Summary of changes:
.../iceberg/service/IcebergExceptionMapper.java | 4 +
.../service/rest/IcebergNamespaceOperations.java | 129 +++++++++++++++-----
.../service/rest/IcebergTableOperations.java | 134 ++++++++++++++++-----
.../service/rest/IcebergTableRenameOperations.java | 17 ++-
.../service/rest/IcebergViewOperations.java | 114 +++++++++++++-----
.../service/rest/IcebergViewRenameOperations.java | 17 ++-
.../rest/TestIcebergNamespaceOperations.java | 15 +++
.../service/rest/TestIcebergTableOperations.java | 14 +++
.../service/rest/TestIcebergViewOperations.java | 14 +++
9 files changed, 358 insertions(+), 100 deletions(-)