-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Bug Report: select group_concat with order by causes failure #9928
Comments
Note:
|
I would guess that the new aggregation sharding logic broke this in |
@joeyrivera would it be possible to get a copy of your vtgate log? I'm guessing it will contain a stack trace. Thanks a log for reporting this! |
I will circle back to this. I'm currently doing a bunch of v13 tests. When those are done, I'll go back to latest and test this. |
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Overview of the Issue
When we have a query that includes
group_concat
with anorder by
clause inside, we get a 2013 error. It runs fine in MySQL directly.Reproduction Steps
Create table:
Run query:
MYSQL
VITESS
Binary Version
vtgate --version Version: 14.0.0-SNAPSHOT (Git revision 0fb472e99d branch 'main') built on Thu Mar 17 21:15:49 UTC 2022 by vitess@buildkitsandbox using go1.17.6 linux/amd64
Operating System and Environment details
Log Fragments
No response
The text was updated successfully, but these errors were encountered: