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