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

Neal Richardson updated ARROW-7360:
-----------------------------------
    Fix Version/s: 1.0.0

> [R] Can't use dataset's filter with non-literal expression
> ----------------------------------------------------------
>
>                 Key: ARROW-7360
>                 URL: https://issues.apache.org/jira/browse/ARROW-7360
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: R
>            Reporter: Francois Saint-Jacques
>            Priority: Major
>             Fix For: 1.0.0
>
>
> 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