Class and Description |
---|
org.apache.iceberg.expressions.ExpressionVisitors.BoundExpressionVisitor
use
ExpressionVisitors.BoundVisitor instead |
Exceptions and Description |
---|
org.apache.iceberg.exceptions.RuntimeIOException
Use java.io.UncheckedIOException directly instead.
Exception used to wrap
IOException as a RuntimeException and add context. |
Method and Description |
---|
org.apache.iceberg.TableMetadata.newTableMetadata(TableOperations, Schema, PartitionSpec, String, Map<String, String>)
will be removed in 0.9.0; use newTableMetadata(Schema, PartitionSpec, String, Map) instead.
|
org.apache.iceberg.TableMetadataParser.read(TableOperations, InputFile)
will be removed in 0.9.0; use read(FileIO, InputFile) instead.
|
org.apache.iceberg.Table.rollback()
Replaced by
Table.manageSnapshots() |
org.apache.iceberg.Rollback.toSnapshotAtTime(long)
Replaced by
ManageSnapshots.rollbackToTime(long) |
org.apache.iceberg.Rollback.toSnapshotId(long)
Replaced by
ManageSnapshots.setCurrentSnapshot(long) |