-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Description
tidyverse/dplyr#6300 introduced a change to the case_when() API.
Most importantly:
There is a new
.defaultargument that is intended to replace usage ofTRUE ~ default_value
There are also new arguments.ptypeand{}.size{}.
There are a few other changes also, highlighted in the dplyr NEWS.md file
Also see https://twitter.com/dvaughan32/status/1542942862077317121.
We should update the case_when() binding in the arrow R package to be consistent with its new behaviors in dplyr, or to throw an error if the user passes new arguments that we cannot handle consistently with dplyr.
Reporter: Ian Cook / @ianmcook
Note: This issue was originally created as ARROW-16965. Please see the migration documentation for further details.