This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/spark-connect-swift.git
The following commit(s) were added to refs/heads/main by this push:
new f500ea5 [SPARK-54083] Use `4.1.0-preview3` instead of `RC1`
f500ea5 is described below
commit f500ea52cd3f5c6fd9d134781a9eb6ae0aea0c1b
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Wed Oct 29 22:57:34 2025 -0700
[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]>
---
.github/workflows/build_and_test.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/build_and_test.yml
b/.github/workflows/build_and_test.yml
index 98e2644..a1fdf0b 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -117,7 +117,7 @@ jobs:
run: swift test --filter NOTHING -c release
- name: Test
run: |
- curl -LO
https://dist.apache.org/repos/dist/dev/spark/v4.1.0-preview3-rc1-bin/spark-4.1.0-preview3-bin-hadoop3.tgz
+ 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
tar xvfz spark-4.1.0-preview3-bin-hadoop3.tgz && rm
spark-4.1.0-preview3-bin-hadoop3.tgz
mv spark-4.1.0-preview3-bin-hadoop3 /tmp/spark
cd /tmp/spark/sbin
@@ -156,7 +156,7 @@ jobs:
run: swift test --filter NOTHING -c release
- name: Test
run: |
- curl -LO
https://dist.apache.org/repos/dist/dev/spark/v4.1.0-preview3-rc1-bin/spark-4.1.0-preview3-bin-hadoop3.tgz
+ 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
tar xvfz spark-4.1.0-preview3-bin-hadoop3.tgz && rm
spark-4.1.0-preview3-bin-hadoop3.tgz
mv spark-4.1.0-preview3-bin-hadoop3 /tmp/spark
cd /tmp/spark/sbin
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]