thisisnic commented on a change in pull request #11403:
URL: https://github.com/apache/arrow/pull/11403#discussion_r731714833



##########
File path: r/tests/testthat/helper-expectation.R
##########
@@ -64,24 +65,31 @@ verify_output <- function(...) {
   testthat::verify_output(...)
 }
 
-#' @param expr A dplyr pipeline with `input` as its start
-#' @param tbl A tbl/df as reference, will make RB/Table with
-#' @param skip_record_batch string skip message, if should skip RB test
-#' @param skip_table string skip message, if should skip Table test
-#' @param warning string expected warning from the RecordBatch and Table paths,
+#' Compare dplyr binding
+#'
+#' This function compares the output of running a dplyr expression on a tibble 
or data.frame object against the output of the same expression run on Arrow 
equivalent objects ([Table] and [RecordBatch]).

Review comment:
       Minor rephrasing as I think "equivalent" could be misleading.
   
   ```suggestion
   #' This function compares the output of running a dplyr expression on a 
tibble or data.frame object against the output of the same expression run on 
Arrow Table and RecordBatch objects.
   ```




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to