rdblue commented on code in PR #6614: URL: https://github.com/apache/iceberg/pull/6614#discussion_r1083575712
########## core/src/main/java/org/apache/iceberg/ClientPoolImpl.java: ########## @@ -56,7 +56,6 @@ public <R> R run(Action<R, C, E> action, boolean retry) throws E, InterruptedExc C client = get(); try { return action.run(client); - Review Comment: Please remove unnecessary whitespace changes. -- 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. To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org