-
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
executor: add builtin aggregate function json_arrayagg
#19957
Conversation
No release note, Please follow https://github.com/pingcap/community/blob/master/contributors/release-note-checker.md |
0f49839
to
0630fe2
Compare
a8c198c
to
ccc6221
Compare
depends on pingcap/parser#1020 |
a18c7eb
to
e31a18f
Compare
354207a
to
2a8189b
Compare
@arthuryangcs Thanks for your contribution! You can cc @wshwsh12 to ping him. Most of our committer received many email every day so feel free to ping them when they don't repsonse. /cc @wshwsh12 |
b7e4d43
to
75d605a
Compare
75d605a
to
2af4c41
Compare
Done. |
PTAL |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: c17cc16
|
/run-all-tests |
@arthuryangcs: Your PR was out of date, I have automatically updated it for you. At the same time I will also trigger all tests for you: /run-all-tests If the CI test fails, you just re-trigger the test that failed and the bot will merge the PR for you after the CI passes. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
/run-all-tests |
/rebuild |
What problem does this PR solve?
What is changed and how it works?
add an json_arrayagg function
Check List
Tests
Code changes
srcChk.AppendDatum(0, &types.Datum{})
and the end of ChunkRelated changes
Release Note