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

dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new e5f69e45bb1 [SPARK-45181][BUILD] Upgrade buf to v1.26.1
e5f69e45bb1 is described below

commit e5f69e45bb12f9e21a2d82ff13cdd2e08e73a2bd
Author: Ruifeng Zheng <ruife...@apache.org>
AuthorDate: Fri Sep 15 18:56:03 2023 -0700

    [SPARK-45181][BUILD] Upgrade buf to v1.26.1
    
    ### What changes were proposed in this pull request?
    Upgrade buf to v1.26.1
    
    ### Why are the changes needed?
    spark 3.5.0 has been released, and we didn't upgrade `buf` in the last two 
months
    
    this upgrade cause no change in generated codes, and it fixed multiple 
issues: see https://github.com/bufbuild/buf/releases
    
    ### Does this PR introduce _any_ user-facing change?
    no, dev-only
    
    ### How was this patch tested?
    manually check
    
    ### Was this patch authored or co-authored using generative AI tooling?
    no
    
    Closes #42947 from zhengruifeng/build_buf_1_26_1.
    
    Authored-by: Ruifeng Zheng <ruife...@apache.org>
    Signed-off-by: Dongjoon Hyun <dh...@apple.com>
---
 .github/workflows/build_and_test.yml            | 2 +-
 python/docs/source/development/contributing.rst | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build_and_test.yml 
b/.github/workflows/build_and_test.yml
index 9806a4cf415..ddc4fc6fd2c 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -693,7 +693,7 @@ jobs:
       if: inputs.branch != 'branch-3.3' && inputs.branch != 'branch-3.4'
       run: |
         # See more in "Installation" 
https://docs.buf.build/installation#tarball
-        curl -LO 
https://github.com/bufbuild/buf/releases/download/v1.24.0/buf-Linux-x86_64.tar.gz
+        curl -LO 
https://github.com/bufbuild/buf/releases/download/v1.26.1/buf-Linux-x86_64.tar.gz
         mkdir -p $HOME/buf
         tar -xvzf buf-Linux-x86_64.tar.gz -C $HOME/buf --strip-components 1
         rm buf-Linux-x86_64.tar.gz
diff --git a/python/docs/source/development/contributing.rst 
b/python/docs/source/development/contributing.rst
index 92fde4bda0a..d6d5283c1e3 100644
--- a/python/docs/source/development/contributing.rst
+++ b/python/docs/source/development/contributing.rst
@@ -120,7 +120,7 @@ Prerequisite
 
 PySpark development requires to build Spark that needs a proper JDK installed, 
etc. See `Building Spark 
<https://spark.apache.org/docs/latest/building-spark.html>`_ for more details.
 
-Note that if you intend to contribute to Spark Connect in Python, ``buf`` 
version ``1.24.0`` is required, see `Buf Installation 
<https://docs.buf.build/installation>`_ for more details.
+Note that if you intend to contribute to Spark Connect in Python, ``buf`` 
version ``1.26.1`` is required, see `Buf Installation 
<https://docs.buf.build/installation>`_ for more details.
 
 Conda
 ~~~~~


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to