Neal Richardson created ARROW-7095: -------------------------------------- Summary: [R] Better handling of unsupported filter expression in dplyr methods Key: ARROW-7095 URL: https://issues.apache.org/jira/browse/ARROW-7095 Project: Apache Arrow Issue Type: New Feature Components: R Reporter: Neal Richardson Assignee: Neal Richardson Fix For: 1.0.0
Followup to ARROW-6340. Consider erroring instead of calling `collect()` on a Dataset and filtering in R. Or see if there's a safer way to defer evaluation that may allow for less data to be pulled down to R to filter after. -- This message was sent by Atlassian Jira (v8.3.4#803005)