This is an automated email from the ASF dual-hosted git repository.

yufei pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git


The following commit(s) were added to refs/heads/main by this push:
     new e3345dff Update Spark version to 3.5.3 (#371)
e3345dff is described below

commit e3345dff6ed9221c356cf9161d5efc9ff283e2a4
Author: Yufei Gu <[email protected]>
AuthorDate: Mon Oct 14 15:49:01 2024 -0700

    Update Spark version to 3.5.3 (#371)
---
 regtests/run.sh           | 2 +-
 regtests/run_spark_sql.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/regtests/run.sh b/regtests/run.sh
index 6b44983e..2fad67df 100755
--- a/regtests/run.sh
+++ b/regtests/run.sh
@@ -19,7 +19,7 @@
 #
 # Run without args to run all tests, or single arg for single test.
 
-export SPARK_VERSION=spark-3.5.2
+export SPARK_VERSION=spark-3.5.3
 export SPARK_DISTRIBUTION=${SPARK_VERSION}-bin-hadoop3
 
 if [ -z "${SPARK_HOME}"]; then
diff --git a/regtests/run_spark_sql.sh b/regtests/run_spark_sql.sh
index 9e1a53e2..cc355095 100755
--- a/regtests/run_spark_sql.sh
+++ b/regtests/run_spark_sql.sh
@@ -46,7 +46,7 @@ fi
 REGTEST_HOME=$(dirname $(realpath $0))
 cd ${REGTEST_HOME}
 
-export SPARK_VERSION=spark-3.5.2
+export SPARK_VERSION=spark-3.5.3
 export SPARK_DISTRIBUTION=${SPARK_VERSION}-bin-hadoop3
 
 ./setup.sh

Reply via email to