RussellSpitzer commented on a change in pull request #1427:
URL: https://github.com/apache/iceberg/pull/1427#discussion_r483839699



##########
File path: core/src/main/java/org/apache/iceberg/util/Exceptions.java
##########
@@ -32,7 +32,7 @@ public static void close(Closeable closeable, boolean 
suppressExceptions) {
       closeable.close();
     } catch (IOException e) {
       if (!suppressExceptions) {
-        throw new RuntimeIOException("Failed calling close", e);

Review comment:
       Previous usage was broken




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