Class RollingEqualityDeleteWriter<T>

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

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