rok commented on PR #50587:
URL: https://github.com/apache/arrow/pull/50587#issuecomment-5069050327
I think this is because `ARROW_DEPENDENCY_SOURCE=VCPKG` and the build image
doesn't yet have simdjson? We could temporarily fix the windows wheel nightlies
in this PR with:
```diff
diff --git a/ci/scripts/python_wheel_windows_build.bat
b/ci/scripts/python_wheel_windows_build.bat
--- a/ci/scripts/python_wheel_windows_build.bat
+++ b/ci/scripts/python_wheel_windows_build.bat
@@ -107,6 +107,7 @@ cmake ^
-DPARQUET_REQUIRE_ENCRYPTION=%PARQUET_REQUIRE_ENCRYPTION% ^
-DVCPKG_MANIFEST_MODE=OFF ^
-DVCPKG_TARGET_TRIPLET=%VCPKG_TARGET_TRIPLET% ^
+ -Dsimdjson_SOURCE=BUNDLED ^
-Dxsimd_SOURCE=BUNDLED ^
-G "%CMAKE_GENERATOR%" ^
-A "%CMAKE_PLATFORM%" ^
```
We could also update the python wheel windows image to install simdjson, but
that would better fit into a followup PR.
--
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]