Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.4.1
Description
It's easier to invoke methods through reflection through parquet/iceberg DynMethods if the invoked method raises unchecked exceptions, because it doesn't then rewrape the raised exception in a generic RuntimeException
Catching the IOEs and wrapping as UncheckedIOEs makes it much easier to unwrap IOEs after the invocation
Attachments
Issue Links
- relates to
-
HADOOP-18679 Add BulkDelete API for paged delete of files and objects
- Resolved
- links to