MonkeyCanCode opened a new pull request, #896:
URL: https://github.com/apache/polaris/pull/896

   Due to the upcoming update of Poetry from version 1.x to 2.x 
(https://github.com/apache/polaris/pull/873), the minimum Python version 
requirement will increase to 3.9. For more details, refer to [Poetry PR 
#9692](https://github.com/python-poetry/poetry/pull/9692).
   
   This upgrade presents compatibility issues with the current Spark image 
(`docker.io/apache/spark:3.5.4-python3`), which is based on 
`eclipse-temurin:11-jre-focal` and uses JDK 11 with Python 3.8. Official Spark 
images are only available with JDK 11 and JDK 17.
   
   To resolve this, I propose we switch to the JDK 17 version of the Spark 
image, which uses `eclipse-temurin:17-jammy` and includes Python 3.10. This 
pull request updates our Spark image accordingly.
   


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

Reply via email to