2010YOUY01 commented on PR #22518: URL: https://github.com/apache/datafusion/pull/22518#issuecomment-4657289704
> FYI @2010YOUY01 -- this might be an example of the type of behavior you are trying to make easier to implement as part of > > * [[EPIC] Split Aggregation Logic into Dedicated StreamsĀ #22710](https://github.com/apache/datafusion/issues/22710) Here is some additional context: we're rewriting `GroupsHashAggregateStream` as part of that epic, and hopefully we'll be able to delete `row_hash.rs` shortly. Given that, I think we could apply this optimization directly to the migrated implementation, and it would likely be easier than extending `row_hash.rs`. -- 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]
