raulcd commented on issue #35193: URL: https://github.com/apache/arrow/issues/35193#issuecomment-1513372684
When we originally added GCS support it was not enabled for Windows wheels. This is the original PR: https://github.com/apache/arrow/pull/12763 We don't enable `ARROW_GCS` when building Windows wheels as seen here: https://github.com/apache/arrow/blob/main/ci/scripts/python_wheel_windows_build.bat#L32-L50 See Unix wheel for reference: https://github.com/apache/arrow/blob/main/ci/scripts/python_wheel_unix_test.sh#L34 I have tried to find if there's an issue opened for it but I can't find anything. I am unsure if there's a reason for it as I am no expert on GCS but at the moment we don't build `ARROW_GCS` on Windows wheels. -- 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]
