Skip to content

Commit ef5e3fb

Browse files
committed
[SPARK-53750] Use 4.1.0-preview2 instead of RC1
### What changes were proposed in this pull request? This PR aims to use `4.1.0-preview2` instead of `RC1`. ### Why are the changes needed? Apache Spark 4.1.0-preview12is available in `release` directory from Today. - https://dist.apache.org/repos/dist/release/spark/spark-4.1.0-preview2/ ### Does this PR introduce _any_ user-facing change? To make CI works against the updated links. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #246 from dongjoon-hyun/SPARK-53750. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 07a276e commit ef5e3fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_and_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
run: swift test --filter NOTHING -c release
154154
- name: Test
155155
run: |
156-
curl -LO https://dist.apache.org/repos/dist/dev/spark/v4.1.0-preview2-rc1-bin/spark-4.1.0-preview2-bin-hadoop3.tgz
156+
curl -LO https://www.apache.org/dyn/closer.lua/spark/spark-4.1.0-preview2/spark-4.1.0-preview2-bin-hadoop3.tgz?action=download
157157
tar xvfz spark-4.1.0-preview2-bin-hadoop3.tgz && rm spark-4.1.0-preview2-bin-hadoop3.tgz
158158
mv spark-4.1.0-preview2-bin-hadoop3 /tmp/spark
159159
cd /tmp/spark/sbin
@@ -198,7 +198,7 @@ jobs:
198198
run: swift test --filter NOTHING -c release
199199
- name: Test
200200
run: |
201-
curl -LO https://dist.apache.org/repos/dist/dev/spark/v4.1.0-preview2-rc1-bin/spark-4.1.0-preview2-bin-hadoop3.tgz
201+
curl -LO https://www.apache.org/dyn/closer.lua/spark/spark-4.1.0-preview2/spark-4.1.0-preview2-bin-hadoop3.tgz?action=download
202202
tar xvfz spark-4.1.0-preview2-bin-hadoop3.tgz && rm spark-4.1.0-preview2-bin-hadoop3.tgz
203203
mv spark-4.1.0-preview2-bin-hadoop3 /tmp/spark
204204
cd /tmp/spark/sbin

0 commit comments

Comments
 (0)