You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by de...@apache.org on 2023/03/10 09:16:29 UTC

[hive] branch master updated: HIVE-27074: Make IMetaStoreClient extends AutoCloseable (#4054) (Hussein Awala, reviewed by Zhihua Deng)

This is an automated email from the ASF dual-hosted git repository.

dengzh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git


The following commit(s) were added to refs/heads/master by this push:
     new 6ad8583190c HIVE-27074: Make IMetaStoreClient extends AutoCloseable (#4054) (Hussein Awala, reviewed by Zhihua Deng)
6ad8583190c is described below

commit 6ad8583190c153863e5bd237dd2dbd77c0e5203f
Author: Hussein Awala <hu...@awala.fr>
AuthorDate: Fri Mar 10 10:16:22 2023 +0100

    HIVE-27074: Make IMetaStoreClient extends AutoCloseable (#4054) (Hussein Awala, reviewed by Zhihua Deng)
---
 .../main/java/org/apache/hadoop/hive/metastore/IMetaStoreClient.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/IMetaStoreClient.java b/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/IMetaStoreClient.java
index 44bd7e37dfa..9708566884a 100644
--- a/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/IMetaStoreClient.java
+++ b/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/IMetaStoreClient.java
@@ -43,7 +43,7 @@ import org.apache.thrift.TException;
  */
 @InterfaceAudience.Public
 @InterfaceStability.Evolving
-public interface IMetaStoreClient {
+public interface IMetaStoreClient extends AutoCloseable {
 
   /**
    * Returns whether current client is compatible with conf argument or not