You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Neal Richardson (Jira)" <ji...@apache.org> on 2022/09/15 18:18:00 UTC

[jira] [Resolved] (ARROW-17673) [R] `desc` in `dplyr::arrange` should allow `dplyr::` prefix

     [ https://issues.apache.org/jira/browse/ARROW-17673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Neal Richardson resolved ARROW-17673.
-------------------------------------
    Fix Version/s: 10.0.0
       Resolution: Fixed

Issue resolved by pull request 14090
[https://github.com/apache/arrow/pull/14090]

> [R] `desc` in `dplyr::arrange` should allow `dplyr::` prefix
> ------------------------------------------------------------
>
>                 Key: ARROW-17673
>                 URL: https://issues.apache.org/jira/browse/ARROW-17673
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: R
>    Affects Versions: 9.0.0
>            Reporter: SHIMA Tatsuya
>            Assignee: SHIMA Tatsuya
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 10.0.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> This example works.
> {code:r}
> mtcars |> arrow::arrow_table() |> dplyr::arrange(desc(cyl)) |> dplyr::collect()
> {code}
> But next one is not supported now.
> {code:r}
> mtcars |> arrow::arrow_table() |> dplyr::arrange(dplyr::desc(cyl)) |> dplyr::collect()
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)