Class DeltaReadTask

java.lang.Object
org.apache.beam.sdk.io.delta.DeltaReadTask
All Implemented Interfaces:
Serializable

public class DeltaReadTask extends Object implements 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: