jonkeane commented on code in PR #49929:
URL: https://github.com/apache/arrow/pull/49929#discussion_r3195281017
##########
.github/workflows/r.yml:
##########
@@ -284,14 +284,13 @@ jobs:
- name: Download Timezone Database
shell: bash
run: |
- # RTools 40 uses GCC 8.x which does not support C++20 chrono
timezones,
- # so Arrow uses the vendored date library which requires tzdata
+ # Download tzdata in case the vendored date library is used for
timezones
Review Comment:
@amoeba would know more than I do, but I think we still need to workaround
the tz file issue, but we now do that with an R package instead of the C++
program thing here. Or am I confused about that?
--
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]