From e19289564bd4d6c656995ea939439382f0d6bf80 Mon Sep 17 00:00:00 2001 From: Gera Shegalov Date: Thu, 27 Jul 2023 02:05:36 -0700 Subject: [PATCH] Remove INT96 check for being in the Long.Min:Max range Contributes to #8625, depends on rapidsai/cudf#13776 Signed-off-by: Gera Shegalov --- jenkins/version-def.sh | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jenkins/version-def.sh b/jenkins/version-def.sh index 997d8df6d0c..449c57c351c 100755 --- a/jenkins/version-def.sh +++ b/jenkins/version-def.sh @@ -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"} diff --git a/pom.xml b/pom.xml index a47f42a9668..7deceee004f 100644 --- a/pom.xml +++ b/pom.xml @@ -549,8 +549,8 @@ spark${buildver} cuda11 - 23.08.0-SNAPSHOT - 23.08.0-SNAPSHOT + 23.10.0-SNAPSHOT + 23.10.0-SNAPSHOT 2.12 2.8.0 incremental