Skip to content

Commit f500ea5

Browse files
committed
[SPARK-54083] Use 4.1.0-preview3 instead of RC1
### What changes were proposed in this pull request? This PR aims to use `4.1.0-preview3` instead of `RC1`. ### Why are the changes needed? Apache Spark 4.1.0-preview3 arrived. - https://spark.apache.org/docs/4.1.0-preview3/ - https://archive.apache.org/dist/spark/spark-4.1.0-preview3/ ### Does this PR introduce _any_ user-facing change? No behavior change because this is a test-infra change. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #258 from dongjoon-hyun/SPARK-54083. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 7e0ce0c commit f500ea5

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
@@ -117,7 +117,7 @@ jobs:
117117
run: swift test --filter NOTHING -c release
118118
- name: Test
119119
run: |
120-
curl -LO https://dist.apache.org/repos/dist/dev/spark/v4.1.0-preview3-rc1-bin/spark-4.1.0-preview3-bin-hadoop3.tgz
120+
curl -LO https://www.apache.org/dyn/closer.lua/spark/spark-4.1.0-preview3/spark-4.1.0-preview3-bin-hadoop3.tgz?action=download
121121
tar xvfz spark-4.1.0-preview3-bin-hadoop3.tgz && rm spark-4.1.0-preview3-bin-hadoop3.tgz
122122
mv spark-4.1.0-preview3-bin-hadoop3 /tmp/spark
123123
cd /tmp/spark/sbin
@@ -156,7 +156,7 @@ jobs:
156156
run: swift test --filter NOTHING -c release
157157
- name: Test
158158
run: |
159-
curl -LO https://dist.apache.org/repos/dist/dev/spark/v4.1.0-preview3-rc1-bin/spark-4.1.0-preview3-bin-hadoop3.tgz
159+
curl -LO https://www.apache.org/dyn/closer.lua/spark/spark-4.1.0-preview3/spark-4.1.0-preview3-bin-hadoop3.tgz?action=download
160160
tar xvfz spark-4.1.0-preview3-bin-hadoop3.tgz && rm spark-4.1.0-preview3-bin-hadoop3.tgz
161161
mv spark-4.1.0-preview3-bin-hadoop3 /tmp/spark
162162
cd /tmp/spark/sbin

0 commit comments

Comments
 (0)