[Doc] update versions after plugin 2602 release [skip ci]#617
Open
nvliyuan wants to merge 2 commits intoNVIDIA:release/26.02from
Open
[Doc] update versions after plugin 2602 release [skip ci]#617nvliyuan wants to merge 2 commits intoNVIDIA:release/26.02from
nvliyuan wants to merge 2 commits intoNVIDIA:release/26.02from
Conversation
Signed-off-by: liyuan <yuali@nvidia.com>
Contributor
Greptile SummaryThis PR performs a straightforward version bump of the RAPIDS Accelerator for Apache Spark plugin from v25.12.0 to v26.02.0 across 23 documentation, notebook, script, and configuration files. No logic, code behavior, or architecture changes are involved.
Confidence Score: 5/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Version Bump: 25.12.0 → 26.02.0] --> B[Documentation Files]
A --> C[Notebook Files]
A --> D[Shell Scripts]
A --> E[Build Configuration]
B --> B1[databricks.md]
B --> B2[preparation-python.md]
B --> B3[preparation-scala.md]
B --> B4[UDF README.md]
B --> B5[PCA README.md]
B --> B6[tpcds README.md]
B --> B7[spark-connect README.md]
B --> B8[Optuna README.md]
B --> B9[databricks tools README.md]
C --> C1[MortgageETL.ipynb]
C --> C2[taxi-ETL.ipynb python/scala]
C --> C3[mortgage-ETL.ipynb]
C --> C4[TPCDS-SF10.ipynb]
C --> C5[micro-benchmarks-gpu.ipynb]
C --> C6[pca.ipynb]
C --> C7[optuna-dataframe.ipynb]
D --> D1[init.sh - databricks]
D --> D2[init_optuna.sh]
D --> D3[start_cluster.sh]
D --> D4[extract-cudf-libs.sh]
E --> E1[pom.xml - rapids4spark.version]
E --> E2[docker-compose.yaml - RAPIDS_VERSION]
Last reviewed commit: ec75cf0 |
Update copyright headers to include 2026 in files modified for the v26.02.0 plugin version update to pass license check. Signed-off-by: liyuan <yuali@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.
The PR is to update the plugin version to latest v26.02.0
Signed-off-by: liyuan yuali@nvidia.com