[
https://issues.apache.org/jira/browse/ARROW-13125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ian Cook resolved ARROW-13125.
------------------------------
Resolution: Fixed
Issue resolved by pull request 10559
[https://github.com/apache/arrow/pull/10559]
> [R] Throw error when 2+ args passed to desc() in arrange()
> ----------------------------------------------------------
>
> Key: ARROW-13125
> URL: https://issues.apache.org/jira/browse/ARROW-13125
> Project: Apache Arrow
> Issue Type: Bug
> Components: R
> Affects Versions: 4.0.1
> Reporter: Ian Cook
> Assignee: Ian Cook
> Priority: Minor
> Labels: pull-request-available
> Fix For: 5.0.0
>
> Time Spent: 2.5h
> Remaining Estimate: 0h
>
> Currently this does not result in an error, but it should:
> {code:r}Table$create(x = 1:3, y = 4:6) %>% arrange(desc(x, y)){code}
> The same problem affects dplyr on R data frames. I opened
> https://github.com/tidyverse/dplyr/issues/5921 for that.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)