rdblue commented on a change in pull request #1870:
URL: https://github.com/apache/iceberg/pull/1870#discussion_r562116420
##########
File path: core/src/main/java/org/apache/iceberg/ClientPool.java
##########
@@ -36,7 +36,7 @@
private volatile int currentSize;
private boolean closed;
- ClientPool(int poolSize, Class<? extends E> reconnectExc) {
+ protected ClientPool(int poolSize, Class<? extends E> reconnectExc) {
Review comment:
I don't think this is unnecessary. This base class is public now and may
be extended outside of this package.
----------------------------------------------------------------
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]