-
Classes Class Description org.apache.iceberg.expressions.ExpressionVisitors.BoundExpressionVisitor useExpressionVisitors.BoundVisitorinstead
-
Exceptions Exceptions Description org.apache.iceberg.exceptions.RuntimeIOException Use java.io.UncheckedIOException directly instead. Exception used to wrapIOExceptionas aRuntimeExceptionand add context.
-
Methods Method Description org.apache.iceberg.Rollback.toSnapshotAtTime(long) Replaced byManageSnapshots.rollbackToTime(long)org.apache.iceberg.Rollback.toSnapshotId(long) Replaced byManageSnapshots.setCurrentSnapshot(long)org.apache.iceberg.Table.rollback() Replaced byTable.manageSnapshots()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.