From 869fab3aa8fc8ce26d6db94b53a06c88169c2d60 Mon Sep 17 00:00:00 2001 From: Jason Lowe Date: Tue, 2 Jan 2024 10:27:07 -0600 Subject: [PATCH] Add Delta Lake 2.3.0 to list of versions to test for Spark 3.3.x Signed-off-by: Jason Lowe --- jenkins/spark-tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jenkins/spark-tests.sh b/jenkins/spark-tests.sh index 5afd411b2f1..c358451edd9 100755 --- a/jenkins/spark-tests.sh +++ b/jenkins/spark-tests.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2019-2023, NVIDIA CORPORATION. All rights reserved. +# Copyright (c) 2019-2024, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -203,7 +203,7 @@ run_delta_lake_tests() { fi if [[ $SPARK_VER =~ $SPARK_33X_PATTERN ]]; then - DELTA_LAKE_VERSIONS="2.1.1 2.2.0" + DELTA_LAKE_VERSIONS="2.1.1 2.2.0 2.3.0" fi if [[ $SPARK_VER =~ $SPARK_34X_PATTERN ]]; then