Skip to content

Commit 7a2b3c2

Browse files
committed
[SPARK-54398] Use 4.1.0-preview4 in integration-test-(token|mac-spark41)
### What changes were proposed in this pull request? This PR aims to use 4.1.0-preview4 in `integration-test-(token|mac-spark41)`. ### Why are the changes needed? To be ready for Apache Spark 4.1.0 release. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass the CIs and check the logs. ``` x spark-4.1.0-preview4-bin-hadoop3/ ``` ### Was this patch authored or co-authored using generative AI tooling? No. Closes #260 from dongjoon-hyun/SPARK-54398. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent c7e8257 commit 7a2b3c2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build_and_test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,9 @@ jobs:
117117
run: swift test --filter NOTHING -c release
118118
- name: Test
119119
run: |
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
121-
tar xvfz spark-4.1.0-preview3-bin-hadoop3.tgz && rm spark-4.1.0-preview3-bin-hadoop3.tgz
122-
mv spark-4.1.0-preview3-bin-hadoop3 /tmp/spark
120+
curl -LO https://dist.apache.org/repos/dist/dev/spark/v4.1.0-preview4-rc1-bin/spark-4.1.0-preview4-bin-hadoop3.tgz
121+
tar xvfz spark-4.1.0-preview4-bin-hadoop3.tgz && rm spark-4.1.0-preview4-bin-hadoop3.tgz
122+
mv spark-4.1.0-preview4-bin-hadoop3 /tmp/spark
123123
cd /tmp/spark/sbin
124124
./start-connect-server.sh
125125
cd -
@@ -156,9 +156,9 @@ jobs:
156156
run: swift test --filter NOTHING -c release
157157
- name: Test
158158
run: |
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
160-
tar xvfz spark-4.1.0-preview3-bin-hadoop3.tgz && rm spark-4.1.0-preview3-bin-hadoop3.tgz
161-
mv spark-4.1.0-preview3-bin-hadoop3 /tmp/spark
159+
curl -LO https://dist.apache.org/repos/dist/dev/spark/v4.1.0-preview4-rc1-bin/spark-4.1.0-preview4-bin-hadoop3.tgz
160+
tar xvfz spark-4.1.0-preview4-bin-hadoop3.tgz && rm spark-4.1.0-preview4-bin-hadoop3.tgz
161+
mv spark-4.1.0-preview4-bin-hadoop3 /tmp/spark
162162
cd /tmp/spark/sbin
163163
./start-connect-server.sh
164164
cd -

0 commit comments

Comments
 (0)