anishmehta24 commented on PR #40165: URL: https://github.com/apache/beam/pull/40165#issuecomment-5735688565
The five `Python Unit Tests (macos-latest, …)` failures on the re-run are an upstream packaging issue, not this change: `deltalake 1.6.4` was published to PyPI at 20:12 UTC today with wheels for macOS x86_64, Linux and Windows but **no `macosx_*_arm64` wheel**, so `pip install` on the arm64 macOS runners falls back to building the sdist and the Rust link step fails (`error: linking with \ failed`, `could not compile \`). The Linux and Windows matrices are green, and master's last Python-tests run (17:45 UTC, before the release) passed all macOS jobs. It should clear as soon as the arm64 wheel lands, or if `setup.py` pins `deltalake` below 1.6.4 in the meantime. -- 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]
