[DOC] update download page for 26.04.1 hot release [skip ci]#14719
Merged
pxLi merged 1 commit intoNVIDIA:mainfrom May 5, 2026
Merged
[DOC] update download page for 26.04.1 hot release [skip ci]#14719pxLi merged 1 commit intoNVIDIA:mainfrom
pxLi merged 1 commit intoNVIDIA:mainfrom
Conversation
Bump the download page from v26.04.0 to v26.04.1 and add the v26.04.0 section to the archived releases page. v26.04.1 is a hotfix release on top of v26.04.0: - Fix unregister/remove path for the wrapped shuffle resolver to prevent stale shuffle files from accumulating, which could cause "No space left on device" on long running jobs (NVIDIA#14686, NVIDIA#14683). - Rebuild against the latest Databricks 17.3 ML LTS runtime to resolve a NoSuchMethodError on CatalogTable.copy in GpuCreateDataSourceTableAsSelectCommand (NVIDIA#14682). Signed-off-by: Hao Zhu <hazhu@nvidia.com> Co-authored-by: Cursor <cursoragent@cursor.com>
Contributor
Greptile SummaryThis PR updates the download page to promote v26.04.1 as the current release and moves the v26.04.0 section to the archive. All download links, Maven coordinates, GPG verification commands, and release notes are consistently updated to the new version, and the hotfix context is clearly explained. Confidence Score: 5/5Safe to merge — documentation-only change with no code impact. All version strings, URLs, Maven coordinates, and GPG commands are consistently updated to v26.04.1 in download.md, and the v26.04.0 section is correctly added to archive.md. No code, configuration, or build artifacts are touched. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[User visits docs] --> B{Which page?}
B --> C[download.md]
B --> D[archive.md]
C --> E[Current release: v26.04.1\nCUDA 12 & 13 jars\nx86_64 & arm64\nScala 2.12 & 2.13]
D --> F[Archived: v26.04.0\nCUDA 12 & 13 jars\nx86_64 & arm64\nScala 2.12 & 2.13]
D --> G[Older archived releases\nv26.02.2 and below]
Reviews (1): Last reviewed commit: "[DOC] update download page for 26.04.1 h..." | Re-trigger Greptile |
sameerz
approved these changes
May 4, 2026
Collaborator
Author
|
build |
1 similar comment
Collaborator
Author
|
build |
pxLi
approved these changes
May 5, 2026
GaryShen2008
pushed a commit
to GaryShen2008/spark-rapids
that referenced
this pull request
May 5, 2026
Bump the download page from v26.04.0 to v26.04.1 and add the v26.04.0 section to the archived releases page. v26.04.1 is a hotfix release on top of v26.04.0: - Fix unregister/remove path for the wrapped shuffle resolver to prevent stale shuffle files from accumulating, which could cause "No space left on device" on long running jobs (NVIDIA#14686, NVIDIA#14683). - Rebuild against the latest Databricks 17.3 ML LTS runtime to resolve a NoSuchMethodError on CatalogTable.copy in GpuCreateDataSourceTableAsSelectCommand (NVIDIA#14682). Documentation - [x] Updated for new or modified user-facing features or behaviors - [ ] No user-facing change Testing - [ ] Added or modified tests to cover new code paths - [ ] Covered by existing tests (Please provide the names of the existing tests in the PR description.) - [x] Not required Performance - [ ] Tests ran and results are added in the PR description - [ ] Issue filed with a link in the PR description - [x] Not required Signed-off-by: Hao Zhu <hazhu@nvidia.com> Co-authored-by: Cursor <cursoragent@cursor.com>
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.
Bump the download page from v26.04.0 to v26.04.1 and add the v26.04.0 section to the archived releases page.
v26.04.1 is a hotfix release on top of v26.04.0:
Documentation
Testing
(Please provide the names of the existing tests in the PR description.)
Performance