-
Notifications
You must be signed in to change notification settings - Fork 549
chore: removing references to using partition_filters for partition overwrite
#3912
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: removing references to using partition_filters for partition overwrite
#3912
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 <[email protected]>
99df46f to
f0d326e
Compare
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:
|
… 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 <[email protected]>
… 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 <[email protected]>
… 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 <[email protected]> Signed-off-by: Stephen Carman <[email protected]>
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