lcspinter commented on a change in pull request #2325:
URL: https://github.com/apache/iceberg/pull/2325#discussion_r596808364
##########
File path:
hive-metastore/src/main/java/org/apache/iceberg/hive/HiveTableOperations.java
##########
@@ -100,8 +99,9 @@
private final long lockCheckMinWaitTime;
private final long lockCheckMaxWaitTime;
private final FileIO fileIO;
+ private final CachedClientPool metaClients;
- protected HiveTableOperations(Configuration conf, HiveClientPool
metaClients, FileIO fileIO,
+ protected HiveTableOperations(Configuration conf, CachedClientPool
metaClients, FileIO fileIO,
Review comment:
I changed it to ClientPool
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]