jayshrivastava commented on PR #23720: URL: https://github.com/apache/datafusion/pull/23720#issuecomment-5023000255
At a highlevel, this change sounds good. It would be interesting to see if the partial aggregation skipping behavior can be disabled with no impact. I think this should do it. ``` config.execution.skip_partial_aggregation_probe_rows_threshold = usize::MAX; ``` Since the hashes are re-used the partial aggregation should be less expensive. -- 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]
