shaneknapp commented on a change in pull request #26330: 
[WIP][SPARK-29672][PYSPARK] DO NOT MERGE -- remove py27 support for jenkins 
tests
URL: https://github.com/apache/spark/pull/26330#discussion_r341775929
 
 

 ##########
 File path: python/run-tests.py
 ##########
 @@ -57,6 +57,10 @@ def print_red(text):
 FAILURE_REPORTING_LOCK = Lock()
 LOGGER = logging.getLogger()
 
+PYTHON_MAJOR_VERSION = 3
+PYTHON_MINOR_VERSION = 6
+PYTHON_MICRO_VERSION = 0
 
 Review comment:
   honestly, i don't like this anti-pattern but i'm not sure where else to put 
it...

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to