You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by gu...@apache.org on 2023/02/12 00:12:14 UTC

[spark] branch branch-3.4 updated: [SPARK-42390][CONNECT][BUILD] Upgrade buf from 1.13.1 to 1.14.0

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

gurwls223 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 312bc36049a [SPARK-42390][CONNECT][BUILD] Upgrade buf from 1.13.1 to 1.14.0
312bc36049a is described below

commit 312bc36049a3f1dda5434da99f30d7c1cae5305d
Author: panbingkun <pb...@gmail.com>
AuthorDate: Sun Feb 12 09:11:53 2023 +0900

    [SPARK-42390][CONNECT][BUILD] Upgrade buf from 1.13.1 to 1.14.0
    
    ### What changes were proposed in this pull request?
     The pr aims to upgrade buf from 1.13.1 to 1.14.0.
    
    ### Why are the changes needed?
    <img width="805" alt="image" src="https://user-images.githubusercontent.com/15246973/217976923-c5a8bdd9-de4f-4824-b4c5-4b22b5eafe16.png">
    Release Notes: https://github.com/bufbuild/buf/releases
    https://github.com/bufbuild/buf/compare/v1.13.1...v1.14.0
    
    ### Does this PR introduce _any_ user-facing change?
    No.
    
    ### How was this patch tested?
    Pass GA.
    
    Closes #39959 from panbingkun/SPARK-42390.
    
    Authored-by: panbingkun <pb...@gmail.com>
    Signed-off-by: Hyukjin Kwon <gu...@apache.org>
    (cherry picked from commit eaba93a3243811907215a92f17f8f418c23ff8c8)
    Signed-off-by: Hyukjin Kwon <gu...@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 8dd3f498261..c62ab812660 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -578,7 +578,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.13.1/buf-Linux-x86_64.tar.gz
+        curl -LO https://github.com/bufbuild/buf/releases/download/v1.14.0/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 0fd6fff2154..f8905bbefa5 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.13.1`` 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.14.0`` is required, see `Buf Installation <https://docs.buf.build/installation>`_ for more details.
 
 Conda
 ~~~~~


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