[python] Add manifest sidecar codec and block-pruned reads - #9908
Merged
JingsongLi merged 2 commits intoSep 17, 2026
Merged
Conversation
Contributor
|
+1 |
JingsongLi
marked this pull request as ready for review
September 17, 2026 07:12
Contributor
|
+1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
Extract the Python sidecar core and read integration from #9743, on top of the merged Java v1 format and read support (#9845, #9886, #9889, #9897).
Changes
Scope
This is a read/core-only draft. The low-level codec can produce bytes for fixtures and callers, but Python manifest writers do not automatically create or publish sidecars in this PR. Writer, merger and failed-write cleanup changes are deferred to a follow-up. No Java cache changes are included.
Validation
Table.from_pylist/sort_by, and Lance is not installed).readandread_entries_parallelchanged inManifestFileManager; all writer methods remain identical to master.