-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ARROW-16073: [R] clean-up date time unit testing once tzdb is available on Windows #12883
Conversation
ddc0a7e
to
08497fd
Compare
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
06ba19e
Compare
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 |
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:
|
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 ? |
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. |
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? |
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.