dongjoon-hyun commented on code in PR #489: URL: https://github.com/apache/spark-website/pull/489#discussion_r1383701599
########## developer-tools.md: ########## @@ -14,18 +14,31 @@ Apache Spark community uses various resources to maintain the community test cov <h3 id="github_action">GitHub Action</h3> [GitHub Action](https://github.com/apache/spark/actions) provides the following on Ubuntu 22.04. -- Scala 2.12/2.13 SBT build with Java 8 -- Scala 2.12 Maven build with Java 11/17 -- Java/Scala/Python/R unit tests with Java 8/Scala 2.12/SBT + +<h4 id="spark_4x">Spark 4.x</h4> + +- Scala 2.13 SBT build with Java 17 +- Scala 2.13 Maven build with Java 17/21 +- Java/Scala/Python/R unit tests with Java 17/Scala 2.13/SBT - TPC-DS benchmark with scale factor 1 - JDBC Docker integration tests - Kubernetes integration tests -- Daily Java/Scala/Python/R unit tests with Java 11/17 and Scala 2.12/SBT +- Daily Java/Scala/Python/R unit tests with Java 21 and Scala 2.13/SBT + +<h4 id="spark_3x">Spark 3.x</h4> Review Comment: After Apache Spark 3.3 reaches the EOL on December 15th, let's remove this. -- 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]
