Package org.apache.iceberg
Interface RewriteTablePathUtil.PositionDeleteReaderWriter
- All Superinterfaces:
Serializable
- Enclosing class:
RewriteTablePathUtil
Class providing engine-specific methods to read and write position delete files.
-
Method Summary
Modifier and TypeMethodDescriptionreader(InputFile inputFile, FileFormat format, PartitionSpec spec) default PositionDeleteWriter<Record> writer(OutputFile outputFile, FileFormat format, PartitionSpec spec, StructLike partition) writer(OutputFile outputFile, FileFormat format, PartitionSpec spec, StructLike partition, Schema rowSchema) Deprecated.This method is deprecated as of version 1.11.0 and will be removed in 1.12.0.
-
Method Details
-
reader
-
writer
default PositionDeleteWriter<Record> writer(OutputFile outputFile, FileFormat format, PartitionSpec spec, StructLike partition) throws IOException - Throws:
IOException
-
writer
@Deprecated PositionDeleteWriter<Record> writer(OutputFile outputFile, FileFormat format, PartitionSpec spec, StructLike partition, Schema rowSchema) throws IOException Deprecated.This method is deprecated as of version 1.11.0 and will be removed in 1.12.0. Position deletes that include row data are no longer supported. Usewriter(OutputFile, FileFormat, PartitionSpec, StructLike)instead.- Throws:
IOException
-