raphaelauv commented on code in PR #71650: URL: https://github.com/apache/airflow/pull/71650#discussion_r3895553765
########## airflow-e2e-tests/docker/Dockerfile.java: ########## @@ -19,12 +19,15 @@ # can spawn JVM subprocesses for @task.stub tasks. # # Pin Java 17 (rather than default-jre-headless): the Scala Spark example runs -# Apache Spark 3.5.x, which supports Java 8/11/17 but not Java 21. +# Apache Spark 3.5.x, which supports Java 8/11/17 but not Java 21. Debian Trixie Review Comment: since version 6 of the spark provider ( https://airflow.apache.org/docs/apache-airflow-providers-apache-spark/stable/changelog.html#breaking-changes ) the Apache spark version minimum is now 4.0.0 and apache spark 4.2.0 is jdk25 compatible -> `eclipse-temurin:25-jre-resolute` -- 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]
