-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
executor: Implements json_arrayagg function #23987
Conversation
[REVIEW NOTIFICATION] This pull request has not been approved. To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by writing |
Hi, @blacktear23 |
@XuHuaiyu sure. |
As #19957 is merged, close this PR |
What problem does this PR solve?
Issue Number: #7546, #14486
Problem Summary:
Implements
json_arrayagg
function.What is changed and how it works?
What's Changed:
Add
json_arrayagg
function support.Related changes
pingcap/docs
/pingcap/docs-cn
:Check List
Tests
Side effects
Release note
json_arrayagg
function support.