| Interface and Description |
|---|
| org.apache.iceberg.metrics.MetricsContext.Counter
will be removed in 2.0.0, use
Counter instead. |
| Exceptions and Description |
|---|
| org.apache.iceberg.exceptions.RuntimeIOException
Use java.io.UncheckedIOException directly instead.
Exception used to wrap |