wgtmac commented on issue #46080: URL: https://github.com/apache/arrow/issues/46080#issuecomment-2795687314
To clarify, the pyarrow docs are for TZDB used by the Apache Arrow library. The error message comes from the Apache ORC C++ library which is a third-party dependency of Arrow: https://github.com/apache/orc/blob/35b558ce600836db4eed4e13f64731a9a0974e39/c%2B%2B/src/Timezone.cc#L659-L692 For the link above, you can see that the default location is set for non-Windows because usually TZDB can be found there. There is also a special case for conda so you have no issue with it. You might need to set environment variable `TZDIR` to the location of installed TZDB. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org