chore: removing references to using partition_filters for partition overwrite#3912
Merged
ion-elgreco merged 5 commits intodelta-io:mainfrom Nov 17, 2025
Merged
Conversation
|
ACTION NEEDED delta-rs follows the Conventional Commits specification for release automation. The PR title and description are used as the merge commit message. Please update your PR title and description to match the specification. |
partition_filters for partition overwritepartition_filters for partition overwrite
…tion (which was removed from the `write_deltalake` API in favor of `predicate`). Signed-off-by: zyd14 <romerzs14@gmail.com>
99df46f to
f0d326e
Compare
ion-elgreco
approved these changes
Oct 31, 2025
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3912 +/- ##
==========================================
- Coverage 74.19% 74.17% -0.02%
==========================================
Files 152 152
Lines 39576 39554 -22
Branches 39576 39554 -22
==========================================
- Hits 29363 29340 -23
- Misses 8883 8885 +2
+ Partials 1330 1329 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
fvaleye
approved these changes
Nov 17, 2025
roeap
pushed a commit
to roeap/delta-rs
that referenced
this pull request
Nov 18, 2025
… overwrite (delta-io#3912) Remove references in docs that suggest using `partition_filters` for selectively overwriting partitions, which has been removed from the `write_deltalake` API. fixes delta-io#3904 Signed-off-by: zyd14 <romerzs14@gmail.com>
hntd187
pushed a commit
to hntd187/delta-rs
that referenced
this pull request
Nov 24, 2025
… overwrite (delta-io#3912) # Description Remove references in docs that suggest using `partition_filters` for selectively overwriting partitions, which has been removed from the `write_deltalake` API. # Related Issue(s) fixes delta-io#3904 Signed-off-by: zyd14 <romerzs14@gmail.com> Signed-off-by: Stephen Carman <shcarman@gmail.com>
ethan-tyler
pushed a commit
to ethan-tyler/delta-rs
that referenced
this pull request
Jan 9, 2026
… overwrite (delta-io#3912) # Description Remove references in docs that suggest using `partition_filters` for selectively overwriting partitions, which has been removed from the `write_deltalake` API. # Related Issue(s) fixes delta-io#3904 Signed-off-by: zyd14 <romerzs14@gmail.com>
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.
Description
Remove references in docs that suggest using
partition_filtersfor selectively overwriting partitions, which has been removed from thewrite_deltalakeAPI.Related Issue(s)
fixes #3904