executor: add builtin aggregate function json_arrayagg#19957
executor: add builtin aggregate function json_arrayagg#19957ti-chi-bot merged 7 commits intopingcap:masterfrom
json_arrayagg#19957Conversation
|
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. DetailsCommit 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. DetailsInstructions 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