[
https://issues.apache.org/jira/browse/ARROW-11785?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Neal Richardson resolved ARROW-11785.
-------------------------------------
Resolution: Fixed
> [R] Fallback when filtering Table with unsupported 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
> Assignee: Neal Richardson
> Priority: Major
> 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)