LuciferYang commented on code in PR #50553: URL: https://github.com/apache/spark/pull/50553#discussion_r2036732777
########## .github/workflows/maven_test.yml: ########## @@ -172,7 +177,7 @@ jobs: if: contains(matrix.modules, 'resource-managers#yarn') || (contains(matrix.modules, 'sql#core')) || contains(matrix.modules, 'connect') with: python-version: '3.11' - architecture: x64 + architecture: ${{ inputs.architecture }} Review Comment: The installation of Python requires specifying the arm64 architecture; otherwise, the installation will fail. https://github.com/LuciferYang/spark/actions/runs/14371131848/job/40294266753  -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org