Class RollingPositionDeleteWriter<T>

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

public class RollingPositionDeleteWriter<T> extends Object
A rolling position delete writer that splits incoming deletes into multiple files within one spec/partition based on the target file size.