Neal Richardson created ARROW-11785:
---------------------------------------
Summary: [R] Fallback when filtering Table with if_any()
expression fails
Key: ARROW-11785
URL: https://issues.apache.org/jira/browse/ARROW-11785
Project: Apache Arrow
Issue Type: Bug
Components: R
Reporter: Neal Richardson
Fix For: 4.0.0
{code}
> iris %>% record_batch() %>%
+ filter(if_any(ends_with("Width"), ~ . > 4))
Warning: Filter expression not implemented in Arrow: if_any(ends_with("Width"),
~. > 4); pulling data into R
Error: Cannot extract rows with an object of class NULL
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)