dongjoon-hyun commented on a change in pull request #30735:
URL: https://github.com/apache/spark/pull/30735#discussion_r542889918
##########
File path:
resource-managers/kubernetes/integration-tests/tests/py_container_checks.py
##########
@@ -24,7 +24,7 @@ def version_check(python_env, major_python_version):
These are various tests to test the Python container image.
This file will be distributed via --py-files in the e2e tests.
"""
- env_version = os.environ.get('PYSPARK_PYTHON')
+ env_version = os.environ.get('PYSPARK_PYTHON', 'python3')
Review comment:
This looks safe, but when this default value is used? I guess
`PYSPARK_PYTHON` exists always. Is it just a fail-safe or an existing bug?
----------------------------------------------------------------
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]