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

Neal Richardson resolved ARROW-7360.
------------------------------------
    Resolution: Fixed

Issue resolved by pull request 6014
[https://github.com/apache/arrow/pull/6014]

> [R] Can't use dplyr filter() with variables defined in parent scope
> -------------------------------------------------------------------
>
>                 Key: ARROW-7360
>                 URL: https://issues.apache.org/jira/browse/ARROW-7360
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: R
>            Reporter: Francois Saint-Jacques
>            Assignee: Neal Richardson
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.0.0
>
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> The following will generate an error
> {code:r}
> test_that("filtering with expression", {
>   char_sym <- "b"                       
>   expect_dplyr_equal(                   
>     input %>%                           
>       filter(chr == char_sym) %>%       
>       select(string = chr, int) %>%     
>       collect(),                        
>     tbl                                 
>   )                                     
> })                                      
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to