This is an automated email from the ASF dual-hosted git repository.
dongjoon-hyun 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 e394532 [SPARK-56996] Use Spark 4.1.2 instead of RC1
e394532 is described below
commit e394532ff816c1ac64da05d7cdd481f86a4dbed7
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Thu May 21 13:29:19 2026 -0700
[SPARK-56996] Use Spark 4.1.2 instead of RC1
### What changes were proposed in this pull request?
This PR aims to use `Apache Spark 4.1.2` instead of `4.1.2 RC1` for the
`integration-test-mac-spark41` CI job.
### Why are the changes needed?
`Apache Spark 4.1.2` has been officially released.
- https://spark.apache.org/news/spark-4-1-2-released.html
- https://github.com/apache/spark/releases/tag/v4.1.2
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
Generated-by: Claude Opus 4.7
Closes #372 from dongjoon-hyun/SPARK-56996.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
.github/workflows/build_and_test.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build_and_test.yml
b/.github/workflows/build_and_test.yml
index 37b50c8..08dde0f 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -136,7 +136,7 @@ jobs:
run: swift test --filter NOTHING -c release
- name: Test
run: |
- curl -LO
https://dist.apache.org/repos/dist/dev/spark/v4.1.2-rc1-bin/spark-4.1.2-bin-hadoop3.tgz
+ curl -LO
https://www.apache.org/dyn/closer.lua/spark/spark-4.1.2/spark-4.1.2-bin-hadoop3.tgz?action=download
tar xvfz spark-4.1.2-bin-hadoop3.tgz && rm spark-4.1.2-bin-hadoop3.tgz
mv spark-4.1.2-bin-hadoop3 /tmp/spark
cd /tmp/spark/sbin
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]