-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Bug Report: Panic in a complex query #16539
Copy link
Copy link
Closed
Description
Overview of the Issue
Running the follwing query -
select 1 from user join user_extra on user.id = user_extra.user_id join music on music.intcol = user_extra.col left join (select user_metadata.col, count(*) as count from user_metadata group by user_metadata.col) um on um.col = user_extra.col where user.id IN (103) group by user_extra.col, music.intcol
leads to a runtime panic in vtgate
Reproduction Steps
- Setup a cluster based on the schema used for onecase.
- RUn the query above and see the panic.
Binary Version
mainOperating System and Environment details
mainLog Fragments
No response
Reactions are currently unavailable