dongjoon-hyun commented on code in PR #43209:
URL: https://github.com/apache/spark/pull/43209#discussion_r1345276944


##########
.github/workflows/build_and_test.yml:
##########
@@ -447,7 +448,7 @@ jobs:
           export SKIP_PACKAGING=false
           echo "Python Packaging Tests Enabled!"
         fi
-        ./dev/run-tests --parallelism 1 --modules "$MODULES_TO_TEST"
+        ./dev/run-tests --parallelism 1 --modules "$MODULES_TO_TEST" 
--python-executables "$PYTHON"

Review Comment:
   Yes, that's the reason why this PR doesn't add Python 3.10/3.11/3.12. 
Currently, this PR only reusing the existing infra Dockerfile.



-- 
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]

Reply via email to