[VL] Update CI Python to 3.10 for Spark 4.1 and enable ArrowEvalPythonExecSuite tests#11481
Closed
ReemaAlzaid wants to merge 6 commits intoapache:mainfrom
Closed
[VL] Update CI Python to 3.10 for Spark 4.1 and enable ArrowEvalPythonExecSuite tests#11481ReemaAlzaid wants to merge 6 commits intoapache:mainfrom
ReemaAlzaid wants to merge 6 commits intoapache:mainfrom
Conversation
…nExecSuite tests - Updated spark-test-spark41 job in velox_backend_x86.yml to use Python 3.10 - Enabled ArrowEvalPythonExecSuite tests for Spark 4.1 by updating testWithMaxSparkVersion from 4.0 to 4.1 - Fixes apache#11400
baibaichen
reviewed
Jan 26, 2026
backends-velox/src/test/scala/org/apache/gluten/execution/python/ArrowEvalPythonExecSuite.scala
Outdated
Show resolved
Hide resolved
backends-velox/src/test/scala/org/apache/gluten/execution/python/ArrowEvalPythonExecSuite.scala
Outdated
Show resolved
Hide resolved
Contributor
|
We need fix |
Contributor
Author
|
@baibaichen replaced dnf module install python310 with dnf install python3.10 |
Member
|
@ReemaAlzaid the package is not avaiable on cent8 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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?
spark-test-spark41job in.github/workflows/velox_backend_x86.ymlto use Python 3.10 instead of Python 3.9testWithMaxSparkVersionfrom "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.