lionel- opened a new issue, #14947:
URL: https://github.com/apache/arrow/issues/14947

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   dplyr 1.1.0 is planned for January 27 and includes breaking/behaviour 
changes that need to be addressed in arrow:
   
   - `n_distinct()` no longer accepts zero arguments
   - `union_all()` now requires compatible arguments
   - `distinct()` now returns cols in supplied order
   - `across()` now requires an argument
   - A message generated in dplyr is compared to a hard-coded string in tests
   - `semi_join()` and `anti_join()` are stricter with unexpected arguments. 
Causes an issue in tests with `keep`.
   - `slice_min()` and `slice_max()` now require `order_by`
   
   We plan to release on January 27. A pre-emptive release to fix the above 
would be helpful.
   
   ### Component(s)
   
   R


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