eejbyfeldt commented on issue #12335: URL: https://github.com/apache/datafusion/issues/12335#issuecomment-2357864024
I was also reading the aggregation code and came up with one possible simplification. What do you think about the idea of a change like this https://github.com/apache/datafusion/pull/12517 I think it helps simplify the logic as it removes the `is_stream_merging` flag and lets that be handled as just another aggregation with final mode. -- 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]
