pvary commented on a change in pull request #2325:
URL: https://github.com/apache/iceberg/pull/2325#discussion_r596746805



##########
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:
       What is the least restrictive parameter that we can use here? 
`HiveClientPool`, or `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]

Reply via email to