rdblue commented on pull request #1154: URL: https://github.com/apache/iceberg/pull/1154#issuecomment-653141238
+1 to marking `RuntimeIOException` as deprecated and nudging the user to catch `UncheckedIOException`. I think we need to revert all of the conversions, not just the ones in API. Because we're using unchecked exceptions, many of the other places this is thrown will bubble up through the API. ---------------------------------------------------------------- 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]
