abhishekagarwal87 commented on issue #13125: URL: https://github.com/apache/druid/issues/13125#issuecomment-1824087700
I looked into it a bit and it indeed seems an issue in calcite, specifically AggregateExpandDistinctAggregatesRule rule. A workaround is to set `useGroupingSetForExactDistinct` to `true` in the query context that forces a different flavor of AggregateExpandDistinctAggregatesRule to be used. -- 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]
