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 5de2fe6  [SPARK-57541] Use 4.2.0 RC3 for Spark 4.2 integration tests
5de2fe6 is described below

commit 5de2fe61dccc322e325424c699f21caa7062f188
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Thu Jun 18 14:35:45 2026 -0700

    [SPARK-57541] Use 4.2.0 RC3 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` RC3.
    
    ### Why are the changes needed?
    
    To test against the latest `Apache Spark 4.2.0` RC3.
    - https://dist.apache.org/repos/dist/dev/spark/v4.2.0-rc3-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 #423 from dongjoon-hyun/SPARK-57541.
    
    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 f55ff5b..cddb230 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-rc1-bin/spark-4.2.0-bin-hadoop3.tgz
+        curl -LO 
https://dist.apache.org/repos/dist/dev/spark/v4.2.0-rc3-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]

Reply via email to