nealrichardson commented on PR #14282:
URL: https://github.com/apache/arrow/pull/14282#issuecomment-1264031491

   There's still one R devel failure:
   
   ```
   -- Failure (test-dplyr-funcs-datetime.R:3175:3): date round/floor/ceil works 
for units of 1 day or less --
   `object` (`actual`) not equal to `expected` (`expected`).
   
   `actual$date_floored`:   "2021-09-09" NA          
   `expected$date_floored`: "2021-09-09" "1970-01-01"
   Backtrace:
       x
    1. +-test_df %>% check_date_rounding("1 day") at 
test-dplyr-funcs-datetime.R:3175:2
    2. \-arrow (local) check_date_rounding(., "1 day")
    3.   \-arrow:::expect_equal(...) at test-dplyr-funcs-datetime.R:3134:2
    4.     \-testthat::expect_equal(...) at 
D:\a\arrow\arrow\r\check\arrow.Rcheck\tests\testthat\helper-expectation.R:42:4
   ```
   
   This does not seem to involve format_ISO8601. I can reproduce this:
   
   I suspect it is related to a different change: 
https://github.com/wch/r-source/commit/4f70ce0d79eeda7464cf97448e515275cbef754b
   
   Now that I'm sucked into this, I'll spend a little more time trying to 
understand the issue and report the bug wherever it goes. For now, I'll 
probably just skip here so we can move on.


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