-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
expression:add support for JSON_MERGE_PRESERVE #8931
Conversation
Can anyone help review that? |
PTAL @zz-jason |
Codecov Report
@@ Coverage Diff @@
## master #8931 +/- ##
==========================================
+ Coverage 67.58% 67.59% +0.01%
==========================================
Files 364 364
Lines 75441 75451 +10
==========================================
+ Hits 50988 51004 +16
+ Misses 19959 19954 -5
+ Partials 4494 4493 -1
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/run-all-tests |
/run-unit-test |
What problem does this PR solve?
This PR solves part #7546 (add JSON_MERGE_PRESERVE)
What is changed and how it works?
Migrate the implementation of deprecated
JSON_MERGE
toJSON_MERGE_PRESERVE
.Check List
This change is