This is an automated email from the ASF dual-hosted git repository.
yuqi4733 pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git
from f3abe9d6f [#4140] improvement(core): Optimize the privileges of
securable objects (#4141)
add ba75c86e5 [#4116] improvement(Iceberg-catalog): Close resource in
KerberosClient when catalog is dropped. (#4117)
No new revisions were added by this update.
Summary of changes:
.../authentication/kerberos/KerberosClient.java | 28 +++++++---
.../iceberg/catalog/ClosableHiveCatalog.java | 63 ++++++++++++++++++++++
.../lakehouse/iceberg/ops/IcebergTableOps.java | 5 +-
.../iceberg/utils/IcebergCatalogUtil.java | 13 +++--
4 files changed, 95 insertions(+), 14 deletions(-)
create mode 100644
catalogs/catalog-lakehouse-iceberg/src/main/java/org/apache/gravitino/catalog/lakehouse/iceberg/catalog/ClosableHiveCatalog.java