-
Interfaces Interface Description org.apache.iceberg.encryption.KmsClient the API will be removed in v2.0.0 (replaced with KeyManagementClient interface).org.apache.iceberg.metrics.MetricsContext.Counter will be removed in 2.0.0, useCounter
instead.
-
Classes Class Description org.apache.iceberg.actions.BaseExpireSnapshotsActionResult will be removed in 1.3.0.org.apache.iceberg.parquet.ParquetWriteAdapter useParquetWriter
org.apache.iceberg.spark.FileScanTaskSetManager will be removed in 1.3.0, useScanTaskSetManager
instead
-
Exceptions Exceptions Description org.apache.iceberg.exceptions.RuntimeIOException Use java.io.UncheckedIOException directly instead.Exception used to wrap
IOException
as aRuntimeException
and add context.
-
Constructors Constructor Description org.apache.iceberg.actions.BaseFileGroupRewriteResult(RewriteDataFiles.FileGroupInfo, int, int) Will be removed in 1.3.0; useBaseFileGroupRewriteResult(FileGroupInfo, int, int, long)
instead.org.apache.iceberg.BaseMetadataTable(TableOperations, Table, String) will be removed in 1.3.0; use BaseMetadataTable(Table, String) instead.org.apache.iceberg.DataTableScan(TableOperations, Table) will be removed in 1.3.0; use DataTableScan(Table, Schema, TableScanContext) instead.org.apache.iceberg.rest.auth.OAuth2Util.AuthSession(Map<String, String>, String, String) will be removed in 1.3.0; useAuthSession(Map, String, String, String, String)
instead.