Uh oh!
There was an error while loading. Please reload this page.
ARROW-16073: [R] clean-up date time unit testing once tzdb is available on Windows - #12883
ARROW-16073: [R] clean-up date time unit testing once tzdb is available on Windows#12883dragosmg wants to merge 24 commits into
Conversation
ddc0a7e to
08497fdComparejonkeane
commented
Apr 25, 2022
Would you mind rebasing this and looking into the windows CI failures? We might be too late already, but we really should make sure this is done + more importantly there are no issues before we release |
35e8b66 to
06ba19eComparedragosmg
commented
Apr 26, 2022
All window jobs seem to be tripping up in the same spot (involving formats), with the following error message: As far as I can tell it has to do with the |
dragosmg
commented
Apr 28, 2022
We could link to ARROW-13133 to solve the remaining locale-related issues. Not sure a new Jira is needed. |
@dragosmg This is expected. We don't support locales other than the "C" locale, so you can't format timestamps in different locales. From my earlier research, this seems to be an issue with MINGW itself. R gets around this by vendoring the strftime implementation:
|
jonkeane
commented
Apr 28, 2022
And presumably, we could set the locale for windows only on the tests that still have the skip here, like we do in test-dplyr-funcs-datetime.R ? |
dragosmg
commented
Apr 28, 2022
Thanks @wjones127 The absence of locale support is showing up in a number of different places (for example, some of the datetime parsing). Do you think it's worth having a separate Jira to discuss locale support? ARROW-13133 touches on locale, but doesn't go far enough. |
wjones127
commented
Apr 28, 2022
I made an issue for looking into locales on Windows MINGW systems / RTools: https://issues.apache.org/jira/browse/ARROW-16399 |
@jonkeane I believe there aren't any outstanding suggestions. Would you have time for another look? |
ursabot
commented
May 5, 2022
Benchmark runs are scheduled for baseline = 48a6e25 and contender = 3c03d49. 3c03d49 is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
No description provided.