parthchandra commented on issue #4871: URL: https://github.com/apache/datafusion-comet/issues/4871#issuecomment-5246564826
Spark JDK support - | Apache Spark Version | Supported JDK Versions | Notes & Status | | :--- | :--- | :--- | | **Spark 3.4** | Java 8, 11, 17 | Java 8 prior to version 8u362 is deprecated. | | **Spark 3.5** | Java 8, 11, 17 | Java 8 prior to version 8u371 is deprecated. Final 3.x line. | | **Spark 4.0** | Java 17, 21 | Drops Java 8 and 11. Java 17 is the default runtime. | | **Spark 4.1** | Java 17, 21 | Continues exclusive support for LTS versions 17 and 21. | | **Spark 4.2+** | Java 17, 21, 25 | Adds support for Java 25 (Java 25 prior to 25.0.3 is deprecated). | While we do not need to run jdk 1.8 tests every CI, we probably should run them for spark 3.5 (as long as we are still supporting it) at least once per release. -- 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]
