You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/07/11 03:33:45 UTC

[GitHub] [arrow] wjones127 commented on a diff in pull request #13563: ARROW-16776: [R] dplyr::glimpse method for arrow table and datasets

wjones127 commented on code in PR #13563:
URL: https://github.com/apache/arrow/pull/13563#discussion_r917516817


##########
r/R/dplyr-count.R:
##########
@@ -39,7 +39,7 @@ count.Dataset <- count.ArrowTabular <- count.RecordBatchReader <- count.arrow_dp
 
 #' @importFrom rlang sym :=
 tally.arrow_dplyr_query <- function(x, wt = NULL, sort = FALSE, name = NULL) {
-  check_name <- utils::getFromNamespace("check_name", "dplyr")
+  check_name <- getFromNamespace("check_name", "dplyr")

Review Comment:
   Question: Is there a reason we didn't want the `utils::`?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org