Skip to content

Commit

Permalink
Fix scala version mismatch (apache#235)
Browse files Browse the repository at this point in the history
* Revert "Remove keyword "snowflake" from polaris-service/core. (apache#224)"

This reverts commit 460603e.

* Fix the scala version mismatch

* Revert "Revert "Remove keyword "snowflake" from polaris-service/core. (apache#224)""

This reverts commit 3aa8814.

---------

Co-authored-by: Yufei Gu <yufei.apache.org>
  • Loading branch information
flyrain authored Aug 30, 2024
1 parent e20be90 commit e63d59e
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 @@ -20,7 +20,7 @@
# Run without args to run all tests, or single arg for single test.

export SPARK_VERSION=spark-3.5.2
export SPARK_DISTRIBUTION=${SPARK_VERSION}-bin-hadoop3-scala2.13
export SPARK_DISTRIBUTION=${SPARK_VERSION}-bin-hadoop3

if [ -z "${SPARK_HOME}"]; then
export SPARK_HOME=$(realpath ~/${SPARK_DISTRIBUTION})
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 @@ -26,7 +26,7 @@ REGTEST_HOME=$(dirname $(realpath $0))
cd ${REGTEST_HOME}

export SPARK_VERSION=spark-3.5.2
export SPARK_DISTRIBUTION=${SPARK_VERSION}-bin-hadoop3-scala2.13
export SPARK_DISTRIBUTION=${SPARK_VERSION}-bin-hadoop3

./setup.sh

Expand Down

0 comments on commit e63d59e

Please sign in to comment.