Class FanoutDataWriter<T>

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

public class FanoutDataWriter<T> extends Object
A data writer capable of writing to multiple specs and partitions that keeps data writers for each seen spec/partition pair open until this writer is closed.