commit | 8ac9c1839acba61d73fb2c9109e3c5b8cefb33c0 | [log] [tgz] |
---|---|---|
author | Steve Loughran <stevel@cloudera.com> | Wed Jun 19 18:47:29 2024 +0100 |
committer | GitHub <noreply@github.com> | Wed Jun 19 18:47:29 2024 +0100 |
tree | 1453d90c0944755ef7fce62017f20a32cba13305 | |
parent | 6545b7eeef1ccbba526c771a6ab7da2f374a1e0b [diff] |
HADOOP-19203. WrappedIO BulkDelete API to raise IOEs as UncheckedIOExceptions (#6885) * WrappedIO methods raise UncheckedIOExceptions *New class org.apache.hadoop.util.functional.FunctionalIO with wrap/unwrap and the ability to generate a java.util.function.Supplier around a CallableRaisingIOE. Contributed by Steve Loughran