-
Notifications
You must be signed in to change notification settings - Fork 490
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: add builtin aggregate function json_arrayagg
#1020
Conversation
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
@SunRunAway,Thanks for your review. The bot only counts LGTMs from Reviewers and higher roles, but you're still welcome to leave your comments.See the corresponding SIG page for more information. Related SIG: ddl(slack). |
@arthuryangcs Please resolve the confliting files. |
cb98f2c
to
07f2fc3
Compare
Resolved. |
07f2fc3
to
e686464
Compare
@SunRunAway @kennytm Please review the code. |
@SunRunAway @kennytm Please review the code. |
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
/merge |
/run-all-tests |
@arthuryangcs merge failed. |
/merge |
@arthuryangcs Oops! auto merge is restricted to Committers of the SIG.See the corresponding SIG page for more information. Related SIG: ddl(slack). |
What problem does this PR solve?
pingcap/tidb#7623
What is changed and how it works?
add an json_arrayagg function
Check List
[] Make sure the replace instruction is changed back to the required instruction and the version is the latest.
Tests
Code changes
JSON_ARRAYAGG
Related changes
json_arrayagg
tidb#19957