wjones127 commented on code in PR #13650:
URL: https://github.com/apache/arrow/pull/13650#discussion_r924781087
##########
r/tests/testthat/test-dataset-write.R:
##########
@@ -703,6 +703,7 @@ test_that("Dataset min_rows_per_group", {
row_group_sizes <- ds %>%
map_batches(~ record_batch(nrows = .$num_rows)) %>%
+ (function(x) x$read_table()) %>%
Review Comment:
Ah right I should have read your earlier comment to completion. Thanks for
explaining!
--
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]