You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2021/08/10 23:11:05 UTC

[GitHub] [hudi] vinothchandar commented on a change in pull request #3364: [HUDI-2248] Fixing the closing of hms client

vinothchandar commented on a change in pull request #3364:
URL: https://github.com/apache/hudi/pull/3364#discussion_r686376968



##########
File path: hudi-sync/hudi-hive-sync/src/main/java/org/apache/hudi/hive/HoodieHiveClient.java
##########
@@ -295,7 +295,7 @@ public void close() {
     try {
       ddlExecutor.close();
       if (client != null) {
-        client.close();
+        Hive.closeCurrent();
         client = null;

Review comment:
       @jsbali do you plan to update this PR with the other fixes as well?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org