ajantha-bhat opened a new pull request, #6887: URL: https://github.com/apache/iceberg/pull/6887
9 places in the code use `RuntimeIOException` without an actual `IOException` cause. Introduce `FileHandlingException` which extends `RuntimeException` and replace those 9 places with `FileHandlingException` This PR partly helps in removing the deprecated RuntimeIOException Derived from an end-to-end PR: https://github.com/apache/iceberg/pull/4776 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
