jonkeane commented on a change in pull request #10992:
URL: https://github.com/apache/arrow/pull/10992#discussion_r701391885



##########
File path: r/tests/testthat/test-dplyr-summarize.R
##########
@@ -16,6 +16,9 @@
 # under the License.
 
 skip_if_not_available("dataset")
+skip_if_multithreading_disabled()
+
+# withr::local_options(list(arrow.summarise.sort = TRUE))

Review comment:
       Should this be commented out here? I'm also a little surprised that the 
tests below pass since `arrange()` was removed. 




-- 
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