Skip to content

Commit

Permalink
Update rapids JNI dependency to 24.12.1 (#11943)
Browse files Browse the repository at this point in the history
Wait for the pre-merge CI job to SUCCEED

---------

Signed-off-by: nvauto <[email protected]>
Signed-off-by: Tim Liu <[email protected]>
Co-authored-by: Tim Liu <[email protected]>
  • Loading branch information
nvauto and NvTimLiu authored Jan 10, 2025
1 parent b5075ed commit db484e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2020-2024, NVIDIA CORPORATION.
Copyright (c) 2020-2025, NVIDIA CORPORATION.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -829,7 +829,7 @@
<spark.version.classifier>spark${buildver}</spark.version.classifier>
<cuda.version>cuda11</cuda.version>
<jni.classifier>${cuda.version}</jni.classifier>
<spark-rapids-jni.version>24.12.0</spark-rapids-jni.version>
<spark-rapids-jni.version>24.12.1</spark-rapids-jni.version>
<spark-rapids-private.version>24.12.0</spark-rapids-private.version>
<scala.binary.version>2.12</scala.binary.version>
<alluxio.client.version>2.8.0</alluxio.client.version>
Expand Down
4 changes: 2 additions & 2 deletions scala2.13/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2020-2024, NVIDIA CORPORATION.
Copyright (c) 2020-2025, NVIDIA CORPORATION.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -829,7 +829,7 @@
<spark.version.classifier>spark${buildver}</spark.version.classifier>
<cuda.version>cuda11</cuda.version>
<jni.classifier>${cuda.version}</jni.classifier>
<spark-rapids-jni.version>24.12.0</spark-rapids-jni.version>
<spark-rapids-jni.version>24.12.1</spark-rapids-jni.version>
<spark-rapids-private.version>24.12.0</spark-rapids-private.version>
<scala.binary.version>2.13</scala.binary.version>
<alluxio.client.version>2.8.0</alluxio.client.version>
Expand Down

0 comments on commit db484e1

Please sign in to comment.