wjones127 commented on a change in pull request #12536:
URL: https://github.com/apache/arrow/pull/12536#discussion_r835661703



##########
File path: r/tests/testthat/test-dplyr-funcs-datetime.R
##########
@@ -538,15 +531,6 @@ test_that("extract quarter from date", {
   )
 })
 
-test_that("extract month from date", {
-  compare_dplyr_binding(
-    .input %>%
-      mutate(x = month(date)) %>%
-      collect(),
-    test_df
-  )
-})

Review comment:
       Yes, that's intentional. It appeared twice in the file (probably from a 
bad rebase/merge), and I chose to keep the longer version:
   
https://github.com/apache/arrow/blob/62e81780dda234106fba5a3148f0d19045d66898/r/tests/testthat/test-dplyr-funcs-datetime.R#L561
   
   If you look in master right now you will see the same test twice: 
https://github.com/apache/arrow/blob/master/r/tests/testthat/test-dplyr-funcs-datetime.R
   




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