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

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


The following commit(s) were added to refs/heads/branch-3.4 by this push:
     new 1cdf9e4b3ff4 [SPARK-42220][CONNECT][BUILD] Upgrade buf from 1.12.0 to 
1.13.1
1cdf9e4b3ff4 is described below

commit 1cdf9e4b3ff48ce5f1781b7ea5d6e4c00a92a5f0
Author: panbingkun <pbk1...@gmail.com>
AuthorDate: Sat Jan 28 16:49:42 2023 -0800

    [SPARK-42220][CONNECT][BUILD] Upgrade buf from 1.12.0 to 1.13.1
    
    ### What changes were proposed in this pull request?
     The pr aims to upgrade buf from 1.12.0 to 1.13.1.
    
    ### Why are the changes needed?
    <img width="649" alt="image" 
src="https://user-images.githubusercontent.com/15246973/215235014-6bbe2643-b04c-4d10-8d1e-2309969cc686.png";>
    <img width="576" alt="image" 
src="https://user-images.githubusercontent.com/15246973/215235022-3e55b906-98fc-4a47-ba14-c3a2604c4e35.png";>
    Release Notes: https://github.com/bufbuild/buf/releases
    https://github.com/bufbuild/buf/compare/v1.12.0...v1.13.1
    
    ### Does this PR introduce _any_ user-facing change?
    No.
    
    ### How was this patch tested?
    Pass GA.
    
    Closes #39776 from panbingkun/SPARK-42220.
    
    Authored-by: panbingkun <pbk1...@gmail.com>
    Signed-off-by: Dongjoon Hyun <dongj...@apache.org>
    (cherry picked from commit 0e46106736b457fcf74dd4316ec8b1c50e41d8d7)
    Signed-off-by: Dongjoon Hyun <dongj...@apache.org>
---
 .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 712443cdec4f..9b8e58131c51 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -576,7 +576,7 @@ jobs:
     - name: Install dependencies for Python code generation check
       run: |
         # See more in "Installation" 
https://docs.buf.build/installation#tarball
-        curl -LO 
https://github.com/bufbuild/buf/releases/download/v1.12.0/buf-Linux-x86_64.tar.gz
+        curl -LO 
https://github.com/bufbuild/buf/releases/download/v1.13.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
         python3.9 -m pip install 'protobuf==3.19.5' 'mypy-protobuf==3.3.0'
diff --git a/python/docs/source/development/contributing.rst 
b/python/docs/source/development/contributing.rst
index 17c90abea68e..0fd6fff21545 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.12.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.13.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