-
Notifications
You must be signed in to change notification settings - Fork 555
fix: schema evolution for merge operation #3945
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
base: main
Are you sure you want to change the base?
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% 26.22% -0.01%
==========================================
Files 124 124
Lines 19886 19884 -2
Branches 19886 19884 -2
==========================================
- Hits 5216 5214 -2
Misses 14300 14300
Partials 370 370 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: JustinRush80 <[email protected]>
Signed-off-by: JustinRush80 <[email protected]>
Signed-off-by: JustinRush80 <[email protected]>
3589efa to
bb8fb73
Compare
|
Thanks @JustinRush80 :) |
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