Skip to content

Commit

Permalink
Remove INT96 check for being in the Long.Min:Max range
Browse files Browse the repository at this point in the history
Contributes to NVIDIA#8625, depends on rapidsai/cudf#13776

Signed-off-by: Gera Shegalov <[email protected]>
  • Loading branch information
gerashegalov committed Jul 27, 2023
1 parent e57ad3a commit e192895
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jenkins/version-def.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ done
IFS=$PRE_IFS

# TODO: https://github.com/NVIDIA/spark-rapids/issues/8794
CUDF_VER=${CUDF_VER:-"23.08.0-SNAPSHOT"}
CUDF_VER=${CUDF_VER:-"23.10.0-SNAPSHOT"}
CUDA_CLASSIFIER=${CUDA_CLASSIFIER:-"cuda11"}
PROJECT_VER=${PROJECT_VER:-"23.10.0-SNAPSHOT"}
PROJECT_TEST_VER=${PROJECT_TEST_VER:-"23.10.0-SNAPSHOT"}
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -549,8 +549,8 @@
<spark.version.classifier>spark${buildver}</spark.version.classifier>
<cuda.version>cuda11</cuda.version>
<!-- TODO: https://github.com/NVIDIA/spark-rapids/issues/8794 -->
<spark-rapids-jni.version>23.08.0-SNAPSHOT</spark-rapids-jni.version>
<spark-rapids-private.version>23.08.0-SNAPSHOT</spark-rapids-private.version>
<spark-rapids-jni.version>23.10.0-SNAPSHOT</spark-rapids-jni.version>
<spark-rapids-private.version>23.10.0-SNAPSHOT</spark-rapids-private.version>
<scala.binary.version>2.12</scala.binary.version>
<alluxio.client.version>2.8.0</alluxio.client.version>
<scala.recompileMode>incremental</scala.recompileMode>
Expand Down

0 comments on commit e192895

Please sign in to comment.