Skip to content

Commit

Permalink
Fix typo in spark-tests.sh (#10328)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
NvTimLiu authored Jan 30, 2024
1 parent e375368 commit 252111a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/spark-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 252111a

Please sign in to comment.