Package org.apache.beam.sdk.io.delta
Class DeltaReadTask
java.lang.Object
org.apache.beam.sdk.io.delta.DeltaReadTask
- All Implemented Interfaces:
Serializable
A serializable task containing the necessary metadata to read a group of files in a Delta table.
Packs both the
scanFileRows (representing the physical files and deletion vectors) and
scanStateRow (containing snapshot-level read schemas, configuration, and options).- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeltaReadTask(List<SerializableRow> scanFileRows, SerializableRow scanStateRow, List<List<Long>> rowGroupSizesPerFile) -
Method Summary
-
Constructor Details
-
DeltaReadTask
public DeltaReadTask(List<SerializableRow> scanFileRows, SerializableRow scanStateRow, List<List<Long>> rowGroupSizesPerFile)
-
-
Method Details