Skip to content

Commit

Permalink
Update Spark version to 3.5.3 (apache#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
flyrain authored Oct 14, 2024
1 parent 816fb4a commit e3345df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion regtests/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion regtests/run_spark_sql.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e3345df

Please sign in to comment.