Skip to content

Commit 341bce1

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build_and_test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
SPARK_REMOTE: "sc://localhost:15003"
100100
services:
101101
spark:
102-
image: apache/spark:4.0.0
102+
image: apache/spark:4.0.1
103103
env:
104104
SPARK_NO_DAEMONIZE: 1
105105
ports:
@@ -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://www.apache.org/dyn/closer.lua/spark/spark-4.0.1/spark-4.0.1-bin-hadoop3.tgz?action=download
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)