jorisvandenbossche opened a new pull request, #36768:
URL: https://github.com/apache/arrow/pull/36768

   ### Rationale for this change
   
   Add a `use_threads` keyword to the `group_by` method on Table, and passes 
this through to the Declaration.to_table call. This also allows to specify 
`use_threads=False` to get stable ordering of the output, and which is also 
required to specify for certain aggregations (eg `"first"` will fail with the 
default of `use_threads=True`)
   
   ### Are these changes tested?
   
   Yes, added a test (similar to the one we have for this for `filter`), that 
would fail (>50% of the times) if the output was no longer ordered.
   


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