Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-19203

WrappedIO BulkDelete API to raise IOEs as UncheckedIOExceptions

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 3.4.1
    • 3.5.0, 3.4.1
    • fs

    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

          Activity

            People

              stevel@apache.org Steve Loughran
              stevel@apache.org Steve Loughran
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: