-
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: support builtin function json_contains_path #7596
Conversation
Hi contributor, thanks for your PR. This patch needs to be approved by someone of admins. They should reply with "/ok-to-test" to accept this PR for running test automatically. |
8dc2a67
to
fe84f88
Compare
@xiangyuf Thanks! |
@xiangyuf We need to merge the PR in the |
@shenli sure. |
fe84f88
to
cbc8123
Compare
Waiting for tipb update: pingcap/tipb#102 |
@xiangyuf please merge master and resolve the conflicts. |
9a2eeda
to
e378ef2
Compare
@zz-jason Done |
e378ef2
to
2129f31
Compare
2129f31
to
e407f66
Compare
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.
Thanks a lot! LGTM. @zz-jason PTAL
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 |
What problem does this PR solve?
#7546
add builtin function: JSON_CONTAINS_PATH
What is changed and how it works?
add builtin function json_contains_path according to https://dev.mysql.com/doc/refman/5.7/en/json-search-functions.html#function_json-contains-path
Check List
Tests
Code changes