Overview of the Issue
Running a query like -
select group_concat(t3.name SEPARATOR ', ') as "Group Name"
from t1
join t2 on t1.id = t2.t1_id
left join t3 on t1.id = t3.id
group by t1.id;
can crash the vtgate if all the three tables, t1, t2 and t3 are sharded on the id columns.
Reproduction Steps
Run the query in a sharded vitess cluster.
Binary Version
Operating System and Environment details
Log Fragments
No response
Overview of the Issue
Running a query like -
can crash the vtgate if all the three tables, t1, t2 and t3 are sharded on the id columns.
Reproduction Steps
Run the query in a sharded vitess cluster.
Binary Version
Operating System and Environment details
Log Fragments
No response