jorisvandenbossche commented on PR #14867:
URL: https://github.com/apache/arrow/pull/14867#issuecomment-1363287116

   > Ok, I ended up promoting `arrow::compute::GroupBy` to a "proper" 
convenience function. It now accepts arrays, returns a table, is a bit 
friendlier with field names, checks for invalid input, is added to the api.h 
file, and has unit tests.
   
   
   Sorry for the slow reply. I don't fully understand how the above can work 
correctly (working on arrays, instead of on chunked arrays), because you now 
calculate the groupby batch by batch? But then those results should be "merged" 
somehow, and not just concatenated?


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