Skip to content

Commit

Permalink
3.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
GoEddie committed Dec 20, 2024
1 parent 0e2c2d7 commit 49bece4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@ jobs:

- uses: vemonet/setup-spark@v1
with:
spark-version: '3.5.3'
spark-version: '3.5.4'
hadoop-version: '3'

- run: $SPARK_HOME/sbin/stop-connect-server.sh --force

- run: $SPARK_HOME/sbin/start-connect-server.sh --packages org.apache.spark:spark-connect_2.12:3.5.3
- run: $SPARK_HOME/sbin/start-connect-server.sh --packages org.apache.spark:spark-connect_2.12:3.5.4

- name: Execute unit tests Spark 3.5
working-directory: ./src/test/Spark.Connect.Dotnet.Tests/
Expand Down

0 comments on commit 49bece4

Please sign in to comment.