LiaCastaneda commented on issue #18595: URL: https://github.com/apache/datafusion/issues/18595#issuecomment-3521652327
I'm wondering where the fix to this should be, Rather than in the optimizer `EnforceDistribution` or maybe in the planner? I wonder why its not selecting `AggregateMode::Single` (not partition) directly. [This](https://github.com/apache/datafusion/blob/76b4156aff9033680c907430d98de4dd274b1fd0/datafusion/core/src/physical_planner.rs#L801) is where the node is created in the physical planner. -- 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]
