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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]