HairstonE commented on PR #22132: URL: https://github.com/apache/datafusion/pull/22132#issuecomment-4974936900
This will only impact queries where every GROUP BY expression is constant. Any of those queries that don't already compute count(1)/count(*) will be slower ~0.9ns/row (this is from a microbench with 50M rows) but we get correctness on the corner case. -- 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]
