Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
Zouxxyy committed Dec 17, 2024
1 parent 826200e commit 975427a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ static Key extractKey(String clientClassName, String cacheKeys, Configuration co
@Override
public void close() throws IOException {
if (clientPoolCache != null) {
clientPoolCache.asMap().forEach((key, client) -> client.close());
clientPoolCache.asMap().values().forEach(HiveClientPool::close);
clientPoolCache.cleanUp();
}
}
Expand Down

0 comments on commit 975427a

Please sign in to comment.