Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-17673

[R] `desc` in `dplyr::arrange` should allow `dplyr::` prefix

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 9.0.0
    • 10.0.0
    • R

    Description

      This example works.

      mtcars |> arrow::arrow_table() |> dplyr::arrange(desc(cyl)) |> dplyr::collect()
      

      But next one is not supported now.

      mtcars |> arrow::arrow_table() |> dplyr::arrange(dplyr::desc(cyl)) |> dplyr::collect()
      

      Attachments

        Issue Links

          Activity

            People

              eitsupi SHIMA Tatsuya
              eitsupi SHIMA Tatsuya
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 0.5h
                  0.5h