paleolimbot commented on code in PR #13440:
URL: https://github.com/apache/arrow/pull/13440#discussion_r924790914
##########
r/tests/testthat/test-dplyr-funcs-datetime.R:
##########
@@ -574,6 +574,26 @@ test_that("extract yday from timestamp", {
)
})
+test_that("extract qday from timestamp", {
+ test_df <- tibble::tibble(
+ time = as.POSIXct(seq(as.Date("1999-12-31"), as.Date("2001-01-01"), by =
"day"))
Review Comment:
I believe that's an error in restoring the R metadata (this PR doesn't touch
R attributes to my reading). It would be helpful to file a `reprex()` in a JIRA
so that we can fix this later (an int64 should never have a timezone
attribute!), but it's definitely not this PR's problem.
--
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]