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


##########
python/pyspark/context.py:
##########
@@ -306,6 +306,14 @@ def _do_init(
         self.pythonExec = os.environ.get("PYSPARK_PYTHON", "python3")
         self.pythonVer = "%d.%d" % sys.version_info[:2]
 
+        if sys.version_info[:2] < (3, 8):

Review Comment:
   Good question. It's unlikely because we did the following since Apache Spark 
3.2 for a while. This is the first step and we did many efforts to kill 3.6 
completely. The following code is removed at branch-3.3 after that. :)
   
   
https://github.com/apache/spark/blob/0d11085e682eefb19cb4e6882b217a1225c27dbc/python/pyspark/context.py#L233-L239



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