pitrou commented on code in PR #46062: URL: https://github.com/apache/arrow/pull/46062#discussion_r2054411476
########## dev/release/verify-release-candidate.bat: ########## @@ -140,7 +140,7 @@ set PYARROW_WITH_PARQUET=1 set PYARROW_WITH_PARQUET_ENCRYPTION=1 set PYARROW_WITH_DATASET=1 set PYARROW_TEST_CYTHON=OFF -python setup.py build_ext --inplace --bundle-arrow-cpp bdist_wheel || exit /B 1 +python -m build --wheel --config-settings=--bundle-arrow-cpp --no-isolation . || exit /B 1 Review Comment: We can deprecate them (in a separate PR indeed) but we can't remove them immediately as it would break user builds. -- 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-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org