Francois Saint-Jacques created ARROW-7360:
---------------------------------------------
Summary: [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
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)