update the plugin version to v26.06.0#635
Conversation
Signed-off-by: liyuan <yuali@nvidia.com>
Greptile SummaryThis PR performs a blanket version bump of the RAPIDS Accelerator for Apache Spark plugin from
Confidence Score: 5/5Safe to merge — all changes are version-string updates across documentation, notebooks, and configuration files with no functional code modified. Every changed line is a version reference swap (26.02.0 → 26.06.0) in docs, init scripts, notebooks, and config files. The Maven URLs, conda env names, PYTHONPATH entries, and build-arg defaults are all updated consistently. No logic, tests, or production code paths are touched. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[PR: Version Bump 26.02.0 → 26.06.0] --> B[Documentation]
A --> C[Notebooks]
A --> D[Scripts / Config]
B --> B1[docs/databricks.md]
B --> B2[preparation-python.md]
B --> B3[preparation-scala.md]
B --> B4[pca/README.md]
B --> B5[tpcds/README.md]
B --> B6[UDF README.md]
B --> B7[spark-connect README.md]
B --> B8[Optuna README.md]
B --> B9[tools/databricks README.md]
C --> C1[optuna-dataframe.ipynb]
C --> C2[pca.ipynb]
C --> C3[micro-benchmarks-gpu.ipynb]
C --> C4[TPCDS-SF10.ipynb]
C --> C5[MortgageETL.ipynb / mortgage-ETL.ipynb]
C --> C6[taxi-ETL.ipynb × 2]
D --> D1[init.sh / init_optuna.sh]
D --> D2[start_cluster.sh]
D --> D3[extract-cudf-libs.sh]
D --> D4[pom.xml]
D --> D5[docker-compose.yaml]
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
flowchart TD
A[PR: Version Bump 26.02.0 → 26.06.0] --> B[Documentation]
A --> C[Notebooks]
A --> D[Scripts / Config]
B --> B1[docs/databricks.md]
B --> B2[preparation-python.md]
B --> B3[preparation-scala.md]
B --> B4[pca/README.md]
B --> B5[tpcds/README.md]
B --> B6[UDF README.md]
B --> B7[spark-connect README.md]
B --> B8[Optuna README.md]
B --> B9[tools/databricks README.md]
C --> C1[optuna-dataframe.ipynb]
C --> C2[pca.ipynb]
C --> C3[micro-benchmarks-gpu.ipynb]
C --> C4[TPCDS-SF10.ipynb]
C --> C5[MortgageETL.ipynb / mortgage-ETL.ipynb]
C --> C6[taxi-ETL.ipynb × 2]
D --> D1[init.sh / init_optuna.sh]
D --> D2[start_cluster.sh]
D --> D3[extract-cudf-libs.sh]
D --> D4[pom.xml]
D --> D5[docker-compose.yaml]
Reviews (2): Last reviewed commit: "Update examples/ML+DL-Examples/Spark-Rap..." | Re-trigger Greptile |
| @@ -372,7 +372,7 @@ | |||
| "[I 2024-12-11 23:47:48,724] Trial 0 finished with value: 0.6377619522504244 and parameters: {'learning_rate': 0.005611516415334507, 'max_depth': 10, 'subsample': 0.7453942447208348, 'colsample_bytree': 0.6187255599871848, 'min_child_weight': 4, 'num_boost_round': 162}. Best is trial 0 with value: 0.6377619522504244.\n", | |||
| "[I 2024-12-11 23:47:49,676] Trial 1 finished with value: 0.6703788974319568 and parameters: {'learning_rate': 0.0013066739238053278, 'max_depth': 9, 'subsample': 0.6210592611560484, 'colsample_bytree': 0.7226689489062432, 'min_child_weight': 1, 'num_boost_round': 488}. Best is trial 0 with value: 0.6377619522504244.\n", | |||
| "[I 2024-12-11 23:47:49,819] Trial 2 finished with value: 0.6181751362616256 and parameters: {'learning_rate': 0.04622589001020832, 'max_depth': 3, 'subsample': 0.2227337188467456, 'colsample_bytree': 0.22423428436076215, 'min_child_weight': 7, 'num_boost_round': 310}. Best is trial 2 with value: 0.6181751362616256.\n", | |||
There was a problem hiding this comment.
Unexplained modification to cached notebook output
The subsample value in a pre-stored trial log output from December 2024 changed from 0.6312602499862605 to 0.6312606499862605 — a difference in the 7th decimal place. This historical output line is unrelated to the version bump and appears to be an accidental edit. Modifying stored outputs without re-running the notebook makes the notebook's recorded results inconsistent with what was actually computed.
NvTimLiu
left a comment
There was a problem hiding this comment.
LGTM, +1
Please check the greptile review thread
NvTimLiu
left a comment
There was a problem hiding this comment.
LGTM, +1
Please check the greptile review thread
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
The PR is to update the plugin version to latest v26.06.0.
Summary
Test plan
git diff --check26.02/26.04RAPIDS plugin references and found none.Signed-off-by: liyuan yuali@nvidia.com