Skip to content

Conversation

@zyd14
Copy link
Contributor

@zyd14 zyd14 commented Oct 31, 2025

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 #3904

@github-actions
Copy link

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.

@zyd14 zyd14 changed the title Removing references to using partition_filters for partition overwrite chore: removing references to using partition_filters for partition overwrite Oct 31, 2025
…tion (which was removed from the `write_deltalake` API in favor of `predicate`).

Signed-off-by: zyd14 <[email protected]>
@zyd14 zyd14 force-pushed the fix/partition-overwrite-docs branch from 99df46f to f0d326e Compare October 31, 2025 21:51
@zyd14 zyd14 marked this pull request as ready for review October 31, 2025 21:52
@codecov
Copy link

codecov bot commented Oct 31, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 74.17%. Comparing base (84d954a) to head (66893b7).
⚠️ Report is 1 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@ion-elgreco ion-elgreco enabled auto-merge (squash) November 1, 2025 17:47
@ion-elgreco ion-elgreco merged commit 89a21c0 into delta-io:main Nov 17, 2025
31 of 33 checks passed
roeap pushed a commit to roeap/delta-rs that referenced this pull request Nov 18, 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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
Signed-off-by: Stephen Carman <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

[Bug]: Docs describe partition_filters parameter to write_deltalake that doesn't exist

4 participants