2010YOUY01 opened a new issue, #24318: URL: https://github.com/apache/datafusion/issues/24318
### Is your feature request related to a problem or challenge? part of #22710 Now the aggregation planning is implemented with a list of rules: - https://github.com/apache/datafusion/blob/bbb552f71c93cdfadf91b374a3c4ff5f1a931ae7/datafusion/physical-plan/src/aggregates/mod.rs#L1189 After the refactor in the EPIC is done, we could probably clean them up into a simpler form. A related idea is to add a better top-level specification for aggregation planning, to better describe this code. Currently, the comment at the top of the file explains the planning logic, but only at the level of intuition and high-level ideas. ### Describe the solution you'd like _No response_ ### Describe alternatives you've considered _No response_ ### Additional context _No response_ -- 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]
