We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 118b763 commit 704623aCopy full SHA for 704623a
.github/workflows/build_and_test.yml
@@ -148,7 +148,7 @@ jobs:
148
run: swift test --filter NOTHING -c release
149
- name: Test
150
run: |
151
- curl -LO https://dist.apache.org/repos/dist/dev/spark/v4.0.1-rc1-bin/spark-4.0.1-bin-hadoop3.tgz
+ 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
154
cd /tmp/spark/sbin
0 commit comments