MugundanMCW commented on code in PR #48539: URL: https://github.com/apache/arrow/pull/48539#discussion_r2703321369
########## ci/scripts/python_wheel_windows_build.bat: ########## @@ -127,10 +198,21 @@ set PYARROW_WITH_PARQUET=%ARROW_PARQUET% set PYARROW_WITH_PARQUET_ENCRYPTION=%PARQUET_REQUIRE_ENCRYPTION% set PYARROW_WITH_SUBSTRAIT=%ARROW_SUBSTRAIT% set PYARROW_WITH_S3=%ARROW_S3% -set ARROW_HOME=C:\arrow-dist -set CMAKE_PREFIX_PATH=C:\arrow-dist +set ARROW_HOME=%ARROW_DIST% +set CMAKE_PREFIX_PATH=%ARROW_DIST% + +if "%arch%"=="ARM64" ( + set Arrow_DIR=%ARROW_DIST%\lib\cmake\arrow +) Review Comment: This condition has been removed and Arrow_DIR env variable is not required to get the successful build. -- 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]
