Skip to content

[R] Support tidyselect where() selection helper in dplyr verbs #18668

@asfimport

Description

@asfimport

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:

  1. ARROW-12781 
  2. ARROW-12105
  3. Remove the check_select_helpers() function definition and remove all the calls to it
  4. Modify any remaining the expect_error() tests that test where() and check for the error message "Unsupported selection helper"

Reporter: Ian Cook / @ianmcook
Assignee: Nicola Crane / @thisisnic

Related issues:

Note: This issue was originally created as ARROW-12778. Please see the migration documentation for further details.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions