Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
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-12781ARROW-12105- Remove the check_select_helpers() function definition and remove all the calls to it
- Modify any remaining the expect_error() tests that test where() and check for the error message "Unsupported selection helper"
Attachments
Issue Links
- depends upon
-
ARROW-12105 [R] Replace vars_select, vars_rename with eval_select, eval_rename
- Resolved
-
ARROW-12291 [R] Determine the type of an unevaluated expression
- Resolved
-
ARROW-12781 [R] Implement is.type() functions for dplyr
- Resolved
- is related to
-
ARROW-17698 [R] Implement use of `where()` inside `across()
- Resolved