You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "raulcd (via GitHub)" <gi...@apache.org> on 2023/04/18 15:33:43 UTC

[GitHub] [arrow] raulcd commented on issue #35193: [Python] pyarrow.lib.ArrowNotImplementedError: Got GCS URI but Arrow compiled without GCS support

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org