Class GroupedPartitionWriter<T>

java.lang.Object
org.apache.flink.connector.file.table.GroupedPartitionWriter<T>
Type Parameters:
T - The type of the consumed records.
All Implemented Interfaces:
PartitionWriter<T>

@Internal public class GroupedPartitionWriter<T> extends Object implements PartitionWriter<T>
PartitionWriter for grouped dynamic partition inserting. It will create a new format when partition changed.