raulcd commented on PR #35255:
URL: https://github.com/apache/arrow/pull/35255#issuecomment-1543982215
@westonpace while enabling GCS for the Windows wheels I realised Appveyor
wasn't really adding `ARROW_GCS=ON` and there is a failure on the
`arrow-gcsfs-test` on Appveyor if I enable it, example:
```
[ FAILED ] GcsIntegrationTest.CreateDirRecursiveFolderOnly (0 ms)
[ RUN ] GcsIntegrationTest.CreateDirRecursiveBucketAndFolder
C:/projects/arrow/cpp/src/arrow/filesystem/gcsfs_test.cc(170): error:
Expected equality of these values:
Testbench()->error()
Which is: "Could not start GCS emulator. Used the following list of
python interpreter names: 3.10 (exe not found)"
""
[ FAILED ] GcsIntegrationTest.CreateDirRecursiveBucketAndFolder (0 ms)
[ RUN ] GcsIntegrationTest.CreateDirUri
```
I can move fixing Appveyor to it's own issue/PR as it's slightly different
from enabling GCS for the Windows wheels, which as we can see on the wheels
jobs is successful. Do you think Appveyor should be fixed here? Any idea what
the issue/fix is?
--
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]