You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "mustafasrepo (via GitHub)" <gi...@apache.org> on 2023/04/24 10:05:34 UTC

[GitHub] [arrow-datafusion] mustafasrepo commented on pull request #6034: Implement Streaming Aggregation: Do not break pipeline in aggregation if group by columns are ordered

mustafasrepo commented on PR #6034:
URL: https://github.com/apache/arrow-datafusion/pull/6034#issuecomment-1519828816

   > Should we create a different group stream instead of adding new methods to `GroupedHashAggregateStream` ?
   
   Since most of the code is common with existing `GroupedHashAggregateStream`, we chose this implementation. Otherwise we would need to duplicate a lot of code. 


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org