-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Description
Since we can now determine the data type of an unevaluated array expression (ARROW-12291) I think we should be able to support the where() selection helper.
This is already done for the relocate() verb (in ARROW-12781 ) but not for any other verbs.
Steps required to do this:
- ARROW-12781
- ARROW-12105
- Remove the
check_select_helpers()function definition and remove all the calls to it - Modify any remaining the
expect_error()tests that testwhere()and check for the error message"Unsupported selection helper"
Reporter: Ian Cook / @ianmcook
Assignee: Nicola Crane / @thisisnic
Related issues:
- [R] Implement use of
where()inside `across() (is related to) - [R] Replace vars_select, vars_rename with eval_select, eval_rename (depends upon)
- [R] Determine the type of an unevaluated expression (depends upon)
- [R] Implement is.type() functions for dplyr (depends upon)
Note: This issue was originally created as ARROW-12778. Please see the migration documentation for further details.