Steve Loughran created HADOOP-19203: ---------------------------------------
Summary: WrappedIO BulkDelete API to raise iOEs as UncheckediOExceptions Key: HADOOP-19203 URL: https://issues.apache.org/jira/browse/HADOOP-19203 Project: Hadoop Common Issue Type: Improvement Components: fs Affects Versions: 3.4.1 Reporter: Steve Loughran 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 -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-dev-h...@hadoop.apache.org