thisisnic commented on a change in pull request #11575:
URL: https://github.com/apache/arrow/pull/11575#discussion_r742709751
##########
File path: r/tests/testthat/test-dplyr-funcs-datetime.R
##########
@@ -80,6 +80,25 @@ test_that("extract month from timestamp", {
collect(),
test_df
)
+
+ skip_on_os("windows") # https://issues.apache.org/jira/browse/ARROW-13168
+
+ compare_dplyr_binding(
+ .input %>%
+ # R returns ordered factor whereas Arrow returns character
Review comment:
I have added a comment here to mention it somewhere in the vignettes:
https://issues.apache.org/jira/browse/ARROW-12137
I have also opened a ticket here to mention things like this in the
cookbook: https://github.com/apache/arrow-cookbook/issues/105
--
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]