jonkeane commented on a change in pull request #12536:
URL: https://github.com/apache/arrow/pull/12536#discussion_r835660596
##########
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:
Did you intend to remove this test? Or maybe I missed that it was being
moved somewhere else?
--
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]