gianm commented on issue #17957: URL: https://github.com/apache/druid/issues/17957#issuecomment-2863956774
It's possible the native query generated from that SQL did have two stacked `groupBy`. The SQL is fairly complex and some of the `DISTINCT` are likely being planned into `groupBy` queries. I would still try with Druid 33 first, then if you still have problems, let us know what the native query is. (Use `EXPLAIN PLAN FOR` to get it.) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
