Class PartitioningDVWriter<T>

java.lang.Object
org.apache.iceberg.io.PartitioningDVWriter<T>
All Implemented Interfaces:
Closeable, AutoCloseable, PartitioningWriter<PositionDelete<T>,DeleteWriteResult>

public class PartitioningDVWriter<T> extends Object implements PartitioningWriter<PositionDelete<T>,DeleteWriteResult>
PartitioningDVWriter is a PartitioningWriter implementation that accumulates deleted positions for data files across different partitions and writes out deletion vector files.