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 <[email protected]>
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