xinrong-databricks commented on a change in pull request #33139:
URL: https://github.com/apache/spark/pull/33139#discussion_r661632826
##########
File path: python/pyspark/context.py
##########
@@ -230,6 +230,14 @@ def _do_init(self, master, appName, sparkHome, pyFiles,
environment, batchSize,
self.pythonExec = os.environ.get("PYSPARK_PYTHON", 'python3')
self.pythonVer = "%d.%d" % sys.version_info[:2]
+ if self.pythonVer == (3, 6):
Review comment:
Cool, can we still warn `Python 3.6` only in the message?
--
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]