Skip to content

Commit

Permalink
Merge pull request #11 from thisisnic/GH-38315_autotone
Browse files Browse the repository at this point in the history
Gh 38315 autotone
  • Loading branch information
thisisnic authored Oct 31, 2023
2 parents aaf01e8 + 10f707d commit 0261bc6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/comment_bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ jobs:
name: "Fix all the things"
if: startsWith(github.event.comment.body, '@github-actions autotune')
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
- uses: r-lib/actions/pr-fetch@11a22a908006c25fe054c4ef0ac0436b1de3edbe # v2.6.4
Expand Down
4 changes: 3 additions & 1 deletion r/R/dplyr-count.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@

# The following S3 methods are registered on load if dplyr is present

count.arrow_dplyr_query <- function(x, ..., wt = NULL, sort = FALSE, name = NULL) {
count.arrow_dplyr_query <- function(

x, ..., wt = NULL, sort = FALSE, name = NULL) {
if (!missing(...)) {
out <- dplyr::group_by(x, ..., .add = TRUE)
} else {
Expand Down

0 comments on commit 0261bc6

Please sign in to comment.