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



##########
File path: core/src/main/java/org/apache/iceberg/ClientPoolImpl.java
##########
@@ -138,8 +137,7 @@ private void release(C client) {
     }
   }
 
-  @VisibleForTesting
-  int poolSize() {
+  public int poolSize() {

Review comment:
       @ismailsimsek: Is this public because previously the package was 
`org.apache.iceberg.hive` and now the files are moved to `org.apache.iceberg`, 
so package private access modifier is not enough anymore?




-- 
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