| Interface and Description |
|---|
| org.apache.iceberg.metrics.MetricsContext.Counter
will be removed in 2.0.0, use
Counter instead. |
| Class and Description |
|---|
| org.apache.iceberg.rest.HTTPClientFactory
Will be removed in 1.2.0. Use
HTTPClient.builder() directly. |
| org.apache.iceberg.parquet.ParquetWriteAdapter
use
ParquetWriter |
| Exceptions and Description |
|---|
| org.apache.iceberg.exceptions.RuntimeIOException
Use java.io.UncheckedIOException directly instead.
Exception used to wrap |
| Constructor and Description |
|---|
| org.apache.iceberg.ManifestReader(InputFile, Map<Integer, PartitionSpec>, InheritableMetadata, ManifestReader.FileType)
Will be removed in 1.2.0, use
ManifestReader(InputFile, int,
Map, InheritableMetadata, FileType). |