alamb commented on PR #22132:
URL: https://github.com/apache/datafusion/pull/22132#issuecomment-4981215699

   > 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.
   
   Is there some way to fix this issue rather than adding a new filter (which 
has a per row cost)? For example, can we add a flag to the aggregate stream?


-- 
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]

Reply via email to