Update dependency version JNI, private, hybrid to 25.12.0 - #13988
Merged
Conversation
Wait for the pre-merge CI job to SUCCEED Signed-off-by: nvauto <70000568+nvauto@users.noreply.github.com>
Collaborator
Author
|
build |
Contributor
Greptile OverviewGreptile SummaryThis PR updates the dependency versions for three NVIDIA RAPIDS libraries (
This is a standard dependency version bump from snapshot to release, following the same pattern as previous releases (e.g., the 25.10.0 update in PR #13587). Confidence Score: 5/5
Important Files ChangedFile Analysis
Sequence DiagramsequenceDiagram
participant Build as Maven Build
participant Parent as pom.xml
participant Scala213 as scala2.13/pom.xml
participant JNI as spark-rapids-jni
participant Private as spark-rapids-private
participant Hybrid as spark-rapids-hybrid
Note over Parent,Scala213: Version property update
Parent->>Parent: spark-rapids-jni.version = 25.12.0
Parent->>Parent: spark-rapids-private.version = 25.12.0
Parent->>Parent: spark-rapids-hybrid.version = 25.12.0
Scala213->>Scala213: spark-rapids-jni.version = 25.12.0
Scala213->>Scala213: spark-rapids-private.version = 25.12.0
Scala213->>Scala213: spark-rapids-hybrid.version = 25.12.0
Note over Build,Hybrid: Dependency resolution
Build->>JNI: Fetch 25.12.0 (release)
Build->>Private: Fetch 25.12.0 (release)
Build->>Hybrid: Fetch 25.12.0 (release)
|
NvTimLiu
marked this pull request as draft
December 10, 2025 06:12
Collaborator
|
Draft this change until the dependency jars are released to maven central. |
pxLi
approved these changes
Dec 12, 2025
Member
|
build |
pxLi
marked this pull request as ready for review
December 15, 2025 00:55
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.
Wait for the pre-merge CI job to SUCCEED