[DOC] update download page for 26.06 release [skip ci] - #14922
Conversation
Signed-off-by: liyuan <yuali@nvidia.com>
Greptile SummaryThis PR updates the download and archive pages for the v26.06.0 release of the RAPIDS Accelerator for Apache Spark.
Confidence Score: 5/5Pure documentation update — no code paths are touched, only Markdown content in two release-page files is changed. Both files contain only prose and table markup. All version strings, Maven coordinates, and artifact URLs are internally consistent for v26.06.0, and the v26.04.2 archive block faithfully copies the content that was previously in download.md. There are no code, configuration, or build-system changes to introduce regressions. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[PR: v26.06.0 release doc update] --> B[docs/download.md]
A --> C[docs/archive.md]
B --> D[Current release: v26.06.0]
D --> D1[CUDA 12 artifacts\nx86_64 + arm64\nScala 2.12 + 2.13]
D --> D2[CUDA 13 artifacts\nx86_64 + arm64\nScala 2.12 + 2.13]
D --> D3[Dataproc Serverless\n1.2 LTS / 2.2 LTS / 2.3 LTS / 3.0]
D --> D4[Release notes\nDelta Lake, Iceberg, GPU expressions, correctness fixes]
C --> E[Prepended: v26.04.2 archive block]
E --> E1[CUDA 12 + 13 tables\nx86_64 + arm64]
E --> E2[Hotfix release notes\nv26.04.2 / v26.04.1 / v26.04.0]
Reviews (2): Last reviewed commit: "[DOC] update Dataproc Serverless release..." | Re-trigger Greptile |
Signed-off-by: liyuan <yuali@nvidia.com>
|
build |
Description
This PR updates the download and archive documentation for the v26.06.0 release.
Changes include:
docs/download.mdto list v26.06.0 artifacts, Maven coordinates, signature verification commands, and concise release notes.docs/archive.mdas the newest archived release.pom.xmlonrelease/26.06.spark-rapids-tme/documentationupdate-managed-spark-docsbranch.Validation:
git diff --check -- docs/download.md docs/archive.mddocs/download.mdanddocs/archive.mdChecklists
Documentation
Testing
(Please provide the names of the existing tests in the PR description.)
Performance