This is an automated email from the ASF dual-hosted git repository.

mgrund pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark-connect-go.git


The following commit(s) were added to refs/heads/master by this push:
     new f582266  [ADHOC] Updated Spark Version for CI build
f582266 is described below

commit f582266c9164edac96eaca9d3afe203b86f6c78b
Author: Martin Grund <[email protected]>
AuthorDate: Sun Dec 29 22:53:43 2024 +0100

    [ADHOC] Updated Spark Version for CI build
    
    ### What changes were proposed in this pull request?
    Update Spark version to use for CI build.
    
    ### Why are the changes needed?
    CI
    
    ### Does this PR introduce _any_ user-facing change?
    No
    
    ### How was this patch tested?
    UT
    
    Closes #92 from grundprinzip/fix_ci.
    
    Authored-by: Martin Grund <[email protected]>
    Signed-off-by: Martin Grund <[email protected]>
---
 .github/workflows/build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index bf1adc8..fdb8d6f 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -32,7 +32,7 @@ on:
       - master
 
 env:
-  SPARK_VERSION: '3.5.2'
+  SPARK_VERSION: '3.5.4'
   HADOOP_VERSION: '3'
 
 permissions:


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to