pitrou commented on code in PR #40609:
URL: https://github.com/apache/arrow/pull/40609#discussion_r1530765482


##########
ci/scripts/python_wheel_windows_test.bat:
##########
@@ -56,8 +56,15 @@ python -c "import pyarrow.dataset" || exit /B 1
 python -c "import pyarrow.flight" || exit /B 1
 python -c "import pyarrow.fs" || exit /B 1
 python -c "import pyarrow.json" || exit /B 1
+python -c "import pyarrow.orc" || exit /B 1
 python -c "import pyarrow.parquet" || exit /B 1
 python -c "import pyarrow.substrait" || exit /B 1
 
+@rem Download IANA Timezone Database for ORC C++

Review Comment:
   So ORC needs this unconditionally? Why is 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]

Reply via email to