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 11:21:14 UTC

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

massdosage commented on pull request #1154:
URL: https://github.com/apache/iceberg/pull/1154#issuecomment-652947677


   What do you think of marking `RuntimeIOException` as "deprecated" to encourage the usage of `UncheckedIOException` instead? Let me know, otherwise I can remove that too and just leave the `extends` part in.
   
   I've reverted everything in `api` to use `RuntimeIOException` but if you think its usages in other subprojects could also cause issues I can revert it everywhere (other than possibly a few tests which seemed to be using it but really don't need to).


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