feat: enable deletion vector features for working with tables#4101
Merged
rtyler merged 1 commit intodelta-io:mainfrom Jan 19, 2026
Merged
feat: enable deletion vector features for working with tables#4101rtyler merged 1 commit intodelta-io:mainfrom
rtyler merged 1 commit intodelta-io:mainfrom
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4101 +/- ##
==========================================
- Coverage 76.04% 76.02% -0.03%
==========================================
Files 164 164
Lines 44656 44646 -10
Branches 44656 44646 -10
==========================================
- Hits 33960 33940 -20
- Misses 9021 9026 +5
- Partials 1675 1680 +5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
d80d766 to
186fa42
Compare
ion-elgreco
approved these changes
Jan 19, 2026
This relaxes the strictness of some of our deletion vector checks, even if we cannot produce deletion vectors at the moment, the datafusion work happening in `main` and the underlying kernel supports reading them now. Closes delta-io#3994 Signed-off-by: R. Tyler Croy <[email protected]>
186fa42 to
6b88000
Compare
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.
This relaxes the strictness of some of our deletion vector checks, even
if we cannot produce deletion vectors at the moment, the datafusion work
happening in
mainand the underlying kernel supports reading them now.Closes #3994