Skip to content

Commit 118b763

Browse files
committed
[SPARK-53466] Use Spark 4.0.1 instead of 4.0.0
1 parent 58575ab commit 118b763

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_and_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,9 @@ jobs:
148148
run: swift test --filter NOTHING -c release
149149
- name: Test
150150
run: |
151-
curl -LO https://www.apache.org/dyn/closer.lua/spark/spark-4.0.0/spark-4.0.0-bin-hadoop3.tgz?action=download
152-
tar xvfz spark-4.0.0-bin-hadoop3.tgz && rm spark-4.0.0-bin-hadoop3.tgz
153-
mv spark-4.0.0-bin-hadoop3 /tmp/spark
151+
curl -LO https://dist.apache.org/repos/dist/dev/spark/v4.0.1-rc1-bin/spark-4.0.1-bin-hadoop3.tgz
152+
tar xvfz spark-4.0.1-bin-hadoop3.tgz && rm spark-4.0.1-bin-hadoop3.tgz
153+
mv spark-4.0.1-bin-hadoop3 /tmp/spark
154154
cd /tmp/spark/sbin
155155
./start-connect-server.sh
156156
cd -

0 commit comments

Comments
 (0)