You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2020/07/02 17:47:07 UTC

[GitHub] [iceberg] rdblue commented on pull request #1154: Replaced RuntimeIOException with Java 8 UncheckedIOException

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org