docs: document Spark version adoption and support-lifetime policy#4977
Open
andygrove wants to merge 1 commit into
Open
docs: document Spark version adoption and support-lifetime policy#4977andygrove wants to merge 1 commit into
andygrove wants to merge 1 commit into
Conversation
Tracker issue apache#4082 (1.0.0 release) calls out a documented policy for how long Comet supports Spark versions. This adds two subsections under Apache Spark Version Support in the versioning policy: - New Version Adoption: Comet does not commit to a timeline for adopting a new Spark minor. Supported status requires an official upstream GA; experimental support may be published for pre-GA releases but is not a commitment. - Support Lifetime: Comet aligns with upstream Spark's maintenance window. Once upstream ends maintenance for a Spark minor, Comet deprecates it in the next minor release and removes it in the following one, giving at least one Comet minor release of prior notice. Also cross-links the compatibility page's deprecation warnings to the new policy section so users hitting a warning can find the rule behind it.
comphead
reviewed
Jul 21, 2026
| binaries are published per `(Spark minor × Scala binary version)` combination. Users must select | ||
| the binary that matches their Spark and Scala installation. | ||
|
|
||
| ### New Version Adoption |
Contributor
There was a problem hiding this comment.
it might be nice to clarify if its Spark/Comet new version or both
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Addresses the "Documented policy for how long we will support Spark versions" item on the 1.0.0 tracker (#4082).
Adds two subsections under Apache Spark Version Support in
about/versioning_policy.md:Also adds a cross-link from
compatibility/spark-versions.mdback to the policy so users hitting a deprecation warning can find the rule behind it.The new "New Version Adoption" section links to the existing contributor guide (
adding_a_new_spark_version.md) for the mechanical bring-up steps and experimental-to-supported promotion criteria.Test plan
npx prettier "**/*.md" --write— no diff)docs/source/about/versioning_policy.mdrenders cleanly in Sphinxspark-versions.mdtoversioning_policy.md#apache-spark-version-supportresolves