Ian Cook created ARROW-12093:
--------------------------------
Summary: [R] Throw helpful errors on bad object types in dplyr
expressions
Key: ARROW-12093
URL: https://issues.apache.org/jira/browse/ARROW-12093
Project: Apache Arrow
Issue Type: Bug
Components: R
Reporter: Ian Cook
Assignee: Ian Cook
Fix For: 4.0.0
When users pass bad dots args to {{mutate()}} and other dplyr verbs (such that
they could not succeed even if the data were pulled into R first), they should
get immediate, informative errors.
An example:
{code:java}
mtcars %>% Table$create() %>% mutate(c){code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)