HyukjinKwon opened a new pull request #32598:
URL: https://github.com/apache/spark/pull/32598


   ### What changes were proposed in this pull request?
   
   This PR avoids using f-string format that's a new feature in Python 3.6. 
Although it's legitimate to use this syntax because Apache Spark supports 
Python 3.6+, this breaks unofficial support of Python 3.5.
   
   This specific f-string format looks something unnecessary, and doesn't look 
worth enough to remove such unofficial support because of one string format in 
an error message.
   
   **NOTE** that this PR doesn't mean that we're maintaining Python 3.5 since 
we dropped. It just looks like too much to remove that unofficial support only 
because of string format and error message.
   
   ### Why are the changes needed?
   
   To keep unofficial Python 3.5 support
   
   ### Does this PR introduce _any_ user-facing change?
   
   Officially nope.
   
   ### How was this patch tested?
   
   Ran the linters.


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

Reply via email to