Class RollingDataWriter<T>

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

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