HyukjinKwon commented on a change in pull request #29241:
URL: https://github.com/apache/spark/pull/29241#discussion_r460619887
##########
File path:
sql/core/src/test/scala/org/apache/spark/sql/IntegratedUDFTestUtils.scala
##########
@@ -200,8 +205,11 @@ object IntegratedUDFTestUtils extends SQLHelper {
"PYSPARK_DRIVER_PYTHON", sys.env.getOrElse("PYSPARK_PYTHON", "python3"))
if (TestUtils.testCommandAvailable(pythonExec)) {
pythonExec
+ } else if (pythonExec.equalsIgnoreCase("python") &&
Review comment:
@dongjoon-hyun, so just to clarify, can the changes in this file be
removed because Jenkins uses `python` and GitHun Actions uses `python3` for
now, and the tests pass correctly with the use of `command -v`?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]