rok commented on a change in pull request #12536:
URL: https://github.com/apache/arrow/pull/12536#discussion_r836650721



##########
File path: ci/appveyor-cpp-setup.bat
##########
@@ -115,3 +115,17 @@ powershell.exe -Command "Start-Process clcache-server" || 
exit /B
 if "%ARROW_S3%" == "ON" (
     appveyor DownloadFile 
https://dl.min.io/server/minio/release/windows-amd64/minio.exe -FileName 
C:\Windows\Minio.exe || exit /B
 )
+
+
+@rem
+@rem Download IANA Timezone Database for unit tests
+@rem
+@rem (Doc section: Download timezone database)
+curl https://data.iana.org/time-zones/releases/tzdata2021e.tar.gz --output 
tzdata.tar.gz

Review comment:
       We currently test arrow vs pandas tzdb in CI. We have a test for a 
timestamp in 2033 and if it is in DST and DST is abolished it will error if 
we'll be using a pre-abolishment db with arrow and post-abolishment db with 
pandas. This is super irrelevant and as it's a simple fix and I'm sorry for 
wasting your time :).




-- 
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]


Reply via email to