-
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
planner: add error message for group_concat #15345
Conversation
Thanks for your contribution. If your PR get merged, you will be rewarded 50 points. |
Codecov Report
@@ Coverage Diff @@
## master #15345 +/- ##
================================================
+ Coverage 80.3966% 80.6935% +0.2969%
================================================
Files 502 502
Lines 133630 135354 +1724
================================================
+ Hits 107434 109222 +1788
+ Misses 17756 17746 -10
+ Partials 8440 8386 -54 |
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
PTAL @SunRunAway |
@@ -243,7 +243,8 @@ | |||
"[planner:3586]Window 'w': frame start or end is negative, NULL or of non-integral type", | |||
"[planner:3586]Window 'w': frame start or end is negative, NULL or of non-integral type", | |||
"[planner:3586]Window 'w': frame start or end is negative, NULL or of non-integral type", | |||
"TableReader(Table(t))->Sort->Window(row_number()->Column#14 over(partition by test.t.b))->Projection" | |||
"TableReader(Table(t))->Sort->Window(row_number()->Column#14 over(partition by test.t.b))->Projection", | |||
"[planner:1235]This version of TiDB doesn't yet support 'group_concat as window function'" |
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.
ditto.
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.
@SunRunAway done
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.
@SunRunAway PTAL
Merge Master
Merge from master
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 |
/run-cherry-picker |
Signed-off-by: sre-bot <[email protected]>
cherry pick to release-3.0 in PR #16163 |
Signed-off-by: sre-bot <[email protected]>
cherry pick to release-3.1 in PR #16166 |
cherry pick to release-4.0 failed |
/run-cherry-picker |
cherry pick to release-4.0 failed |
UCP #10996
What problem does this PR solve?
close #10996, compatible with mysql error messages when using group_cancat as window function. details ref #10996
Check List
Tests