gaogaotiantian commented on PR #55886: URL: https://github.com/apache/spark/pull/55886#issuecomment-4772753263
Hi @holdenk , do we need to test python3.8 for spark 3.5? I know we claim to support python3.8, but python3.8 itself was EOL more than 2 years ago. Adding python3.8 to `run-test` makes the build timeout https://github.com/apache/spark/actions/runs/27903512134/job/82568956068 because we can run the test suite twice (3.8/3.9) in 2 hours. If we really need 3.8 coverage, we need a separate workflow file to run 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. 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]
