gaogaotiantian commented on PR #57040: URL: https://github.com/apache/spark/pull/57040#issuecomment-4917988852
I think we can keep it this way for both master and branch-4.x for now. spark 5.0 is supposed to be released next year and it's possible that we still want to support python 3.11 for spark 5.0. The missing candidate pool would be really small (just 3.11.0-3.11.3) then but it's still there. The ideal way is to get rid of it when we drop 3.11. The current implementation might not be the cleanest, but it's not horrible either. Just a few extra lines of code. We also have a really nice note there for the next step in the future so even if all of us forgot about it there will be someone to pick it up and it would be easy. My suggestion for now is to keep the master and branch-4.x sync. -- 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]
