SteNicholas opened a new pull request, #3760:
URL: https://github.com/apache/celeborn/pull/3760

   ### What changes were proposed in this pull request?
   
   Support Spark 4.2.
   
   Add a Spark 4.2 build target for the Celeborn Spark client, pinning Spark 
4.2.0 on Scala 2.13.18:
   
   - Add the `spark-4.2` Maven profile (`pom.xml`, `tests/spark-it/pom.xml`) 
and the `Spark42` sbt project (`project/CelebornBuild.scala`), and register 
Scala 2.13.18 in `ALL_SCALA_VERSIONS`.
   - Add the `dev/deps/dependencies-client-spark-4.2` dependency manifest.
   - Wire `spark-4.2` into `build/make-distribution.sh`, `dev/reformat`, and 
the deps/maven/sbt CI matrices, and bump the release deploy profile from 
`spark-4.1` to `spark-4.2`.
   - Document Spark 4.2 compatibility in `README.md` and 
`docs/developers/sbt.md`.
   
   ### Why are the changes needed?
   
   Spark 4.2.0 has already released, which release notes refer to [Spark 
Release 4.2.0](https://spark.apache.org/releases/spark-release-4-2-0.html).
   
   ### Does this PR resolve a correctness bug?
   
   - [ ] Yes
   
   ### Does this PR introduce _any_ user-facing change?
   
   - [ ] Yes
   
   ### How was this patch tested?
   
   CI.


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