andygrove opened a new pull request, #5316: URL: https://github.com/apache/datafusion-comet/pull/5316
## Which issue does this PR close? N/A — backport of #5315 to `branch-1.0`. ## Rationale for this change `branch-1.0` carries the same two stale Spark 4.2 claims in the installation guide as `main`: 1. The experimental table lists `4.2.0-preview4`, but the `spark-4.2` Maven profile on this branch targets the `4.2.0` final release. 2. The table says "Comet Tests in CI: No", but `pr_build_linux.yml` on this branch has the `"Spark 4.2, JDK 17"` entry in the `linux-test` matrix. Since these docs are published for the 1.0.x release line, the correction is worth carrying here rather than waiting for 1.1.0. ## What changes are included in this PR? Clean cherry-pick of the `main` commit — same three files, no conflicts: - `installation.md`: experimental table row becomes `4.2.0` with "Comet Tests in CI: Yes". - `compatibility/spark-versions.md`: drop the `-preview4` suffix and reword the "targets a preview release" warning. - `adding_a_new_spark_version.md`: refresh the two `4.2.0-preview4` examples. Spark SQL tests still do not run for 4.2 on this branch either, so that column stays "No" and 4.2 remains experimental. ## How are these changes tested? Docs only. `npx prettier` reports no changes for all three files. -- 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]
