fix: schema evolution for merge operation#3945
Merged
ion-elgreco merged 3 commits intodelta-io:mainfrom Dec 13, 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. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3945 +/- ##
===========================================
+ Coverage 26.22% 74.34% +48.11%
===========================================
Files 124 152 +28
Lines 19887 39778 +19891
Branches 19887 39778 +19891
===========================================
+ Hits 5216 29572 +24356
+ Misses 14301 8869 -5432
- Partials 370 1337 +967 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
3589efa to
bb8fb73
Compare
Collaborator
|
Thanks @JustinRush80 :) |
ion-elgreco
approved these changes
Dec 11, 2025
Signed-off-by: JustinRush80 <69156844+JustinRush80@users.noreply.github.com>
Signed-off-by: JustinRush80 <69156844+JustinRush80@users.noreply.github.com>
Signed-off-by: JustinRush80 <69156844+JustinRush80@users.noreply.github.com>
bb8fb73 to
504deb6
Compare
ethan-tyler
pushed a commit
to ethan-tyler/delta-rs
that referenced
this pull request
Jan 9, 2026
# Description Fix Schema Evolution in MERGE operation when there are chained expression such as when_not_matched_insert_all().when_matched_update_all().execute() # Related Issue(s) - closes delta-io#3943 # Documentation <!--- Share links to useful documentation ---> --------- Signed-off-by: JustinRush80 <69156844+JustinRush80@users.noreply.github.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
Fix Schema Evolution in MERGE operation when there are chained expression such as
when_not_matched_insert_all().when_matched_update_all().execute()
Related Issue(s)
merge_schema=True#3943Documentation