You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Neal Richardson (Jira)" <ji...@apache.org> on 2021/02/25 17:53:00 UTC

[jira] [Created] (ARROW-11785) [R] Fallback when filtering Table with if_any() expression fails

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)