Skip to content

Commit

Permalink
apache-stable profile uses spark 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tribbloid committed Oct 24, 2023
1 parent ca2a76d commit b5e9eeb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
with:
java-version: 11

- name: Run CI-apache-latest
- name: Run CI-apache-stable
run: |
./dev/CI-apache-latest.sh
./dev/CI-apache-stable.sh
- name: Publish Unit Test Results
uses: EnricoMi/publish-unit-test-result-action@v1
Expand Down
2 changes: 1 addition & 1 deletion dev/profiles/apache-stable/.common.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

SPARK_NAME="${SPARK:-spark-3.5.0}"
SPARK_NAME="${SPARK:-spark-3.4.0}"
SPARK_DIR_ROOT="$HOME/.ci/spark-dist"

export SPARK_SCALA_VERSION="2.13"
Expand Down

0 comments on commit b5e9eeb

Please sign in to comment.