From 252111a5446c1941abd1ee18da22ec1d93efd467 Mon Sep 17 00:00:00 2001 From: Tim Liu Date: Tue, 30 Jan 2024 23:05:05 +0800 Subject: [PATCH] Fix typo in spark-tests.sh (#10328) Fix typo in spark-tests.sh for '--packages' test Follow up: https://github.com/NVIDIA/spark-rapids/pull/10279/files#r1471168516 Signed-off-by: Tim Liu --- jenkins/spark-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/spark-tests.sh b/jenkins/spark-tests.sh index 8c7db3479eb..8d0ed32e8b8 100755 --- a/jenkins/spark-tests.sh +++ b/jenkins/spark-tests.sh @@ -314,7 +314,7 @@ if [[ $TEST_MODE == "DEFAULT" ]]; then PYSP_TEST_spark_jars_packages=com.nvidia:rapids-4-spark_${SCALA_BINARY_VER}:${PROJECT_VER} \ PYSP_TEST_spark_jars_repositories=${PROJECT_REPO} \ ./run_pyspark_from_build.sh - if + fi # ParquetCachedBatchSerializer cache_test PYSP_TEST_spark_sql_cache_serializer=com.nvidia.spark.ParquetCachedBatchSerializer \