You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Ian Cook (Jira)" <ji...@apache.org> on 2021/06/19 02:45:00 UTC

[jira] [Created] (ARROW-13125) [R] Throw error when 2+ args passed to desc() in arrange()

Ian Cook created ARROW-13125:
--------------------------------

             Summary: [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
             Fix For: 5.0.0


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)