Class DataFileRewriteRunner

java.lang.Object
org.apache.flink.api.common.functions.AbstractRichFunction
org.apache.flink.streaming.api.functions.ProcessFunction<DataFileRewritePlanner.PlannedGroup,DataFileRewriteRunner.ExecutedGroup>
org.apache.iceberg.flink.maintenance.operator.DataFileRewriteRunner
All Implemented Interfaces:
Serializable, org.apache.flink.api.common.functions.Function, org.apache.flink.api.common.functions.RichFunction

@Internal public class DataFileRewriteRunner extends org.apache.flink.streaming.api.functions.ProcessFunction<DataFileRewritePlanner.PlannedGroup,DataFileRewriteRunner.ExecutedGroup>
Executes a rewrite for a single DataFileRewritePlanner.PlannedGroup. Reads the files with the standard FileScanTaskReader, so the delete files are considered, and writes using the TaskWriterFactory. The output is an DataFileRewriteRunner.ExecutedGroup.
See Also: