Skip to content

Commit

Permalink
[SPARK-44416][CONNECT][BUILD] Upgrade buf to v1.24.0
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?
Upgrade buf to v1.24.0

### Why are the changes needed?
we just upgrade it to `1.23.1` two days ago, but since branch cut is coming, I prefer to upgrade it to latest version

I manually check the codegen, no diff

### Does this PR introduce _any_ user-facing change?
no

### How was this patch tested?
existing CI

Closes apache#41995 from zhengruifeng/infra_buf_1.24.0.

Authored-by: Ruifeng Zheng <[email protected]>
Signed-off-by: Ruifeng Zheng <[email protected]>
  • Loading branch information
zhengruifeng committed Jul 14, 2023
1 parent 3e0b83f commit 5f8d41b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,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.23.1/buf-Linux-x86_64.tar.gz
curl -LO https://github.com/bufbuild/buf/releases/download/v1.24.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.20.3' 'mypy-protobuf==3.3.0'
Expand Down
2 changes: 1 addition & 1 deletion python/docs/source/development/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.23.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.24.0`` is required, see `Buf Installation <https://docs.buf.build/installation>`_ for more details.

Conda
~~~~~
Expand Down

0 comments on commit 5f8d41b

Please sign in to comment.