Interface and 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, use
Counter instead. |
Class and Description |
---|
org.apache.iceberg.actions.BaseExpireSnapshotsActionResult
will be removed in 1.3.0.
|
org.apache.iceberg.spark.FileScanTaskSetManager
will be removed in 1.3.0, use
ScanTaskSetManager instead |
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.rest.auth.OAuth2Util.AuthSession(Map<String, String>, String, String)
will be removed in 1.3.0; use
AuthSession(Map, String, String,
String, String) instead. |
org.apache.iceberg.actions.BaseFileGroupRewriteResult(RewriteDataFiles.FileGroupInfo, int, int)
Will be removed in 1.3.0; use
BaseFileGroupRewriteResult#BaseFileGroupRewriteResult(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.DataTableScan(TableOperations, Table, Schema, TableScanContext)
will be removed in 1.3.0; use DataTableScan(Table, Schema, TableScanContext)
instead.
|