dongjoon-hyun commented on a change in pull request #29217: URL: https://github.com/apache/spark/pull/29217#discussion_r460119469
########## File path: sql/core/src/test/scala/org/apache/spark/sql/IntegratedUDFTestUtils.scala ########## @@ -197,7 +197,7 @@ object IntegratedUDFTestUtils extends SQLHelper { lazy val pythonExec: String = { val pythonExec = sys.env.getOrElse( - "PYSPARK_DRIVER_PYTHON", sys.env.getOrElse("PYSPARK_PYTHON", "python3.6")) + "PYSPARK_DRIVER_PYTHON", sys.env.getOrElse("PYSPARK_PYTHON", "python3")) Review comment: Since this is `GitHub Action` specific issue, shall we use `export PYSPARK_PYTHON` in GitHub Action side? ---------------------------------------------------------------- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org