h-vetinari commented on issue #36026: URL: https://github.com/apache/arrow/issues/36026#issuecomment-2005841790
> set `TZDIR=%CONDA_PREFIX%\share\zoneinfo` I can confirm that setting `TZDIR` makes pyarrow built with `PYARROW_WITH_ORC=1` pass the test suite also on windows. 🥳 Thanks a lot for debugging this, great to have this finally sorted out! How should we fix this though? I see that in #40609 you're downloading the tzdb, but that's not really viable for us in conda-forge. It would be good if pyarrow could automatically check `%CONDA_PREFIX%\share\zoneinfo` when looking for the tzdb (relative to the site-packages directory on windows, the path would be `../../share/zoneinfo`). -- 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