You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These changes are part of V2 checkpoint read support.
For a scan, we need to build the list of add and remove actions required to make up the table’s state. These changes are required to read the necessary actions in sidecar files referenced by V2 checkpoints.
Describe the functionality you are proposing.
New SidecarVisitor which visits checkpoint batches to collect all sidecar file paths found in sidecar actions
New Sidecar struct to model the new sidecar actions
Additional context
No response
The text was updated successfully, but these errors were encountered:
Please describe why this is necessary.
These changes are part of V2 checkpoint read support.
For a scan, we need to build the list of add and remove actions required to make up the table’s state. These changes are required to read the necessary actions in sidecar files referenced by V2 checkpoints.
Describe the functionality you are proposing.
SidecarVisitor
which visits checkpoint batches to collect all sidecar file paths found in sidecar actionsSidecar
struct to model the new sidecar actionsAdditional context
No response
The text was updated successfully, but these errors were encountered: