feat: support per-operation V2 write targets - #8582
Draft
Xuanwo wants to merge 1 commit into
Draft
Conversation
This was referenced Aug 17, 2026
Xuanwo
force-pushed
the
xuanwo/mixed-file-versions-3-writes
branch
from
August 18, 2026 18:37
c4eed94 to
fbd007f
Compare
Xuanwo
force-pushed
the
xuanwo/mixed-file-versions-3-writes
branch
2 times, most recently
from
August 20, 2026 10:27
93d9dae to
5a7ef1b
Compare
Xuanwo
force-pushed
the
xuanwo/mixed-file-versions-3-writes
branch
from
August 20, 2026 13:59
5a7ef1b to
6c132df
Compare
Xuanwo
force-pushed
the
xuanwo/mixed-file-versions-3-writes
branch
from
August 20, 2026 14:15
6c132df to
90d301d
Compare
Xuanwo
force-pushed
the
xuanwo/mixed-file-versions-3-writes
branch
from
August 20, 2026 14:26
90d301d to
da5e60a
Compare
Xuanwo
force-pushed
the
xuanwo/mixed-file-versions-3-writes
branch
from
August 20, 2026 15:15
da5e60a to
65b7002
Compare
Xuanwo
force-pushed
the
xuanwo/mixed-file-versions-3-writes
branch
from
August 20, 2026 15:22
65b7002 to
c108aa3
Compare
Xuanwo
force-pushed
the
xuanwo/mixed-file-versions-3-writes
branch
from
August 25, 2026 07:50
c108aa3 to
abdc835
Compare
Xuanwo
added a commit
that referenced
this pull request
Aug 27, 2026
## Summary - reserve bit 256 for mixed V2 data file versions without adding it to the supported mask - keep this layer refusing mixed manifests until the per-file storage contract lands - add shared commit gates and sticky-capability plumbing needed for safe activation ## Stack 1. #8580 - capability reservation and commit gates 2. #8581 - capability activation, storage validation, and exact read dispatch 3. #8582 - per-operation write targets 4. #8583 - dataset operation propagation 5. #8584 - compaction targets and binary copy policy 6. #8585 - bindings, documentation, and rollout contract ## Testing - cargo test -p lance-table feature_flags - cargo fmt --all -- --check - cargo clippy --all --tests --benches -- -D warnings
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.
Summary
Stack
Testing