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 7eb801f [SPARK-57734] Use 4.2.0 RC4 for Spark 4.2 integration tests
7eb801f is described below
commit 7eb801f3beebbb263b941c95cec5f14bf2472bb3
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Sat Jun 27 22:14:09 2026 -0700
[SPARK-57734] Use 4.2.0 RC4 for Spark 4.2 integration tests
### What changes were proposed in this pull request?
This PR updates the `integration-test-mac-spark42` CI job to use `Apache
Spark 4.2.0` RC4.
### Why are the changes needed?
To test against the latest `Apache Spark 4.2.0` RC4.
- https://dist.apache.org/repos/dist/dev/spark/v4.2.0-rc4-bin/
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Pass the CIs and check the log.
### Was this patch authored or co-authored using generative AI tooling?
Generated-by: Claude Opus 4.8
Closes #428 from dongjoon-hyun/SPARK-57734.
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 cddb230..cc82ec4 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -155,7 +155,7 @@ jobs:
run: swift test --filter NOTHING -c release
- name: Test
run: |
- curl -LO
https://dist.apache.org/repos/dist/dev/spark/v4.2.0-rc3-bin/spark-4.2.0-bin-hadoop3.tgz
+ curl -LO
https://dist.apache.org/repos/dist/dev/spark/v4.2.0-rc4-bin/spark-4.2.0-bin-hadoop3.tgz
tar xvfz spark-4.2.0-bin-hadoop3.tgz && rm spark-4.2.0-bin-hadoop3.tgz
mv spark-4.2.0-bin-hadoop3/ /tmp/spark
cd /tmp/spark/sbin
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]