This is an automated email from the ASF dual-hosted git repository.
yuqi1129 pushed a change to branch cherry-pick-14f4995f-to-branch-1.3
in repository https://gitbox.apache.org/repos/asf/gravitino.git
from 9f93911393 [MINOR] refactor(flink): Allow catalogs to customize Flink
type conversion (#12961)
add c82d027271 [Cherry-pick to branch-1.3] [#12246] fix(catalog-hive):
Close Log4j LoggerContext in HiveClientClassLoader#close() to prevent Metaspace
leak (#12925) (#12951)
add bdc3c71f8e Merge branch-1.3 into cherry-pick-14f4995f-to-branch-1.3
No new revisions were added by this update.
Summary of changes:
catalogs/hive-metastore-common/build.gradle.kts | 1 +
.../hive/client/HiveClientClassLoader.java | 28 ++++++++
.../hive/client/TestHiveClientClassLoader.java | 83 ++++++++++++++++++++++
.../flink/connector/catalog/BaseCatalog.java | 16 +----
4 files changed, 113 insertions(+), 15 deletions(-)
create mode 100644
catalogs/hive-metastore-common/src/test/java/org/apache/gravitino/hive/client/TestHiveClientClassLoader.java