yjshen commented on issue #3941:
URL: 
https://github.com/apache/arrow-datafusion/issues/3941#issuecomment-1292050231

   Thanks for the explanation! 
   
   Sort in DataFusion is currently memory limited, and I think we could apply a 
similar approach in aggregation like that in sort: 
https://github.com/apache/arrow-datafusion/blob/master/datafusion/core/src/physical_plan/sorts/sort.rs#L799-L813.
 
   
   We could async `do_agg` as it is for `do_sort`.


-- 
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]

Reply via email to