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

[R] Correctly handle .data pronoun in group_by()

Details

    Description

      This was detected in revdep checks for the 10.0.0 release. It probably is connected to the eval_select() change, or perhaps the changes to support across():

      > mtcars %>% group_by(.data$cyl) %>% collect() %>% summarize(count=n())
      # A tibble: 3 × 2
          cyl count
        <dbl> <int>
      1     4    11
      2     6     7
      3     8    14
      > mtcars %>% arrow_table() %>% group_by(.data$cyl) %>% collect() %>% summarize(count=n())
      # A tibble: 3 × 2
        `.data$cyl` count
              <dbl> <int>
      1           4    11
      2           6     7
      3           8    14
      

      Attachments

        Issue Links

          Activity

            People

              thisisnic Nicola Crane
              npr Neal Richardson
              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

                  Slack

                    Issue deployment