[
https://issues.apache.org/jira/browse/ARROW-12093?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated ARROW-12093:
-----------------------------------
Labels: pull-request-available (was: )
> [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
> Priority: Major
> Labels: pull-request-available
> Fix For: 4.0.0
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> 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)