Dandandan commented on issue #18489: URL: https://github.com/apache/datafusion/issues/18489#issuecomment-4245154470
A fun one: https://github.com/apache/datafusion/pull/21613 changes AVG(x) into SUM(x) / COUNT(*), saving one accumulator for Query 32 (8 bytes per distinct value). -- 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]
