Skip to content

Commit 00e8528

Browse files
authored
Update dependency version JNI to 26.06.1-SNAPSHOT (#15228)
Wait for the pre-merge CI job to SUCCEED ### Checklists Documentation - [ ] Updated for new or modified user-facing features or behaviors - [x] 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: nvauto <70000568+nvauto@users.noreply.github.com>
1 parent 28ff486 commit 00e8528

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,7 @@
815815
<spark.version.classifier>spark${buildver}</spark.version.classifier>
816816
<cuda.version>cuda12</cuda.version>
817817
<jni.classifier>${cuda.version}</jni.classifier>
818-
<spark-rapids-jni.version>26.06.0</spark-rapids-jni.version>
818+
<spark-rapids-jni.version>26.06.1-SNAPSHOT</spark-rapids-jni.version>
819819
<spark-rapids-private.version>26.06.1</spark-rapids-private.version>
820820
<spark-rapids-hybrid.version>26.06.0</spark-rapids-hybrid.version>
821821
<scala.binary.version>2.12</scala.binary.version>

scala2.13/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,7 @@
815815
<spark.version.classifier>spark${buildver}</spark.version.classifier>
816816
<cuda.version>cuda12</cuda.version>
817817
<jni.classifier>${cuda.version}</jni.classifier>
818-
<spark-rapids-jni.version>26.06.0</spark-rapids-jni.version>
818+
<spark-rapids-jni.version>26.06.1-SNAPSHOT</spark-rapids-jni.version>
819819
<spark-rapids-private.version>26.06.1</spark-rapids-private.version>
820820
<spark-rapids-hybrid.version>26.06.0</spark-rapids-hybrid.version>
821821
<scala.binary.version>2.13</scala.binary.version>

0 commit comments

Comments
 (0)