You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2021/12/15 10:43:54 UTC

[GitHub] [spark] HyukjinKwon edited a comment on pull request #34886: [SPARK-37632][PYTHON] Drop code that targets Python < 3.7

HyukjinKwon edited a comment on pull request #34886:
URL: https://github.com/apache/spark/pull/34886#issuecomment-994650668


   Oh, let's also:
   - remove https://github.com/apache/spark/blob/master/python/setup.py#L279, and
   
   - fix https://github.com/apache/spark/blob/master/python/pyspark/context.py#L309-L312 together
   
   - and .. maybe this "Python 3.6 support was removed in Spark 3.3.0." too at https://github.com/apache/spark/blob/master/docs/rdd-programming-guide.md. Since this is documentation, we can do it separately though.
   
   - I think we can also safely remove: https://github.com/apache/spark/blob/master/python/pyspark/pandas/frame.py#L375-L376
   
   - and also remove https://github.com/apache/spark/blob/master/python/pyspark/pandas/series.py#L376-L377
   
   - https://github.com/apache/spark/blob/master/python/pyspark/sql/tests/test_streaming.py#L376 "Those foreach tests are failed in Python 3.6 and macOS High Sierra by defined rules" -> "Those foreach tests are failed in macOS High Sierra by defined rules"
   
   


-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org