ReemaAlzaid opened a new pull request, #11481: URL: https://github.com/apache/incubator-gluten/pull/11481
This pull request upgrades the Python version from 3.9 to 3.10 in the CI workflow and enables previously disabled Arrow UDF tests for Spark 4.1. ## What changes were proposed in this pull request? 1. **CI Workflow Update**: Updated `spark-test-spark41` job in `.github/workflows/velox_backend_x86.yml` to use Python 3.10 instead of Python 3.9 2. **Test Suite Update**: Enabled ArrowEvalPythonExecSuite tests for Spark 4.1 by updating `testWithMaxSparkVersion` from "4.0" to "4.1" ## Why are the changes needed? Fixes #11400 - Spark 4.1 requires Python 3.10 as the minimum version. The previous Python 3.9 setup was causing ArrowEvalPythonExecSuite tests to fail on Spark 4.1. ## How was this patch tested? The changes will be tested through the CI pipeline with the updated Python 3.10 environment for Spark 4.1 tests. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
