You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Raúl Cumplido (Jira)" <ji...@apache.org> on 2022/10/06 09:09:00 UTC

[jira] [Updated] (ARROW-12778) [R] Support tidyselect where() selection helper in dplyr verbs

     [ https://issues.apache.org/jira/browse/ARROW-12778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Raúl Cumplido updated ARROW-12778:
----------------------------------
    Fix Version/s: 11.0.0
                       (was: 10.0.0)

> [R] Support tidyselect where() selection helper in dplyr verbs
> --------------------------------------------------------------
>
>                 Key: ARROW-12778
>                 URL: https://issues.apache.org/jira/browse/ARROW-12778
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: R
>            Reporter: Ian Cook
>            Priority: Major
>              Labels: dplyr
>             Fix For: 11.0.0
>
>
> 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 test {{where()}} and check for the error message {{"Unsupported selection helper"}}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)