Skip to content

Commit 93d527d

Browse files
committed
[SPARK-53570] Update integration-test-token to use Spark 4.1.0-preview1
### What changes were proposed in this pull request? This PR aims to use Spark `4.1.0-preview1` during `integration-test-token` GitHub Action job. ### Why are the changes needed? To test with Spark 4.1 related code more. ### Does this PR introduce _any_ user-facing change? No, 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 #238 from dongjoon-hyun/SPARK-53570. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 3bbc056 commit 93d527d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_and_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,9 @@ jobs:
190190
run: swift test --filter NOTHING -c release
191191
- name: Test
192192
run: |
193-
curl -LO https://www.apache.org/dyn/closer.lua/spark/spark-4.0.0/spark-4.0.0-bin-hadoop3.tgz?action=download
194-
tar xvfz spark-4.0.0-bin-hadoop3.tgz && rm spark-4.0.0-bin-hadoop3.tgz
195-
mv spark-4.0.0-bin-hadoop3 /tmp/spark
193+
curl -LO https://www.apache.org/dyn/closer.lua/spark/spark-4.1.0-preview1/spark-4.1.0-preview1-bin-hadoop3.tgz?action=download
194+
tar xvfz spark-4.1.0-preview1-bin-hadoop3.tgz && rm spark-4.1.0-preview1-bin-hadoop3.tgz
195+
mv spark-4.1.0-preview1-bin-hadoop3 /tmp/spark
196196
cd /tmp/spark/sbin
197197
./start-connect-server.sh
198198
cd -

0 commit comments

Comments
 (0)