Skip to content

docs: correct Spark 4.2 version and CI test status in installation guide (branch-1.0) - #5316

Merged
mbutrovich merged 1 commit into
apache:branch-1.0from
andygrove:docs-spark-4.2-version-branch-1.0
Aug 10, 2026
Merged

docs: correct Spark 4.2 version and CI test status in installation guide (branch-1.0)#5316
mbutrovich merged 1 commit into
apache:branch-1.0from
andygrove:docs-spark-4.2-version-branch-1.0

Conversation

@andygrove

Copy link
Copy Markdown
Member

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.

The installation guide listed the experimental Spark 4.2 support as
targeting `4.2.0-preview4` and claimed no Comet tests run in CI. Both
are stale:

- The `spark-4.2` Maven profile targets the `4.2.0` final release.
- `pr_build_linux.yml` includes a "Spark 4.2, JDK 17" job in the
  `linux-test` matrix, so Comet tests do run in CI.

Spark SQL tests still do not run for 4.2 (no `spark_4_2` job in
`ci.yml`), so that column stays "No" and the version remains
experimental.

Also refresh the two `4.2.0-preview4` examples in the contributor guide,
which cited a version Comet no longer targets, to use a hypothetical
future release instead.

@mbutrovich mbutrovich left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @andygrove!

@mbutrovich
mbutrovich merged commit 287ba88 into apache:branch-1.0 Aug 10, 2026
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants