Skip to content

Commit 03187e2

Browse files
committed
[SPARK-42641][CONNECT][BUILD] Upgrade buf from 1.14.0 to 1.15.0
### What changes were proposed in this pull request? Upgrade buf from 1.14.0 to 1.15.0 ### Why are the changes needed? routine upgrade, I manually test and this upgrade will not change the generated files ### Does this PR introduce _any_ user-facing change? no, dev-only ### How was this patch tested? manually test and CI Closes apache#40243 from zhengruifeng/connect_buf_115. Authored-by: Ruifeng Zheng <[email protected]> Signed-off-by: Ruifeng Zheng <[email protected]>
1 parent c9c3880 commit 03187e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_and_test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ jobs:
577577
- name: Install dependencies for Python code generation check
578578
run: |
579579
# See more in "Installation" https://docs.buf.build/installation#tarball
580-
curl -LO https://github.com/bufbuild/buf/releases/download/v1.14.0/buf-Linux-x86_64.tar.gz
580+
curl -LO https://github.com/bufbuild/buf/releases/download/v1.15.0/buf-Linux-x86_64.tar.gz
581581
mkdir -p $HOME/buf
582582
tar -xvzf buf-Linux-x86_64.tar.gz -C $HOME/buf --strip-components 1
583583
python3.9 -m pip install 'protobuf==3.19.5' 'mypy-protobuf==3.3.0'

python/docs/source/development/contributing.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Prerequisite
120120

121121
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.
122122

123-
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.
123+
Note that if you intend to contribute to Spark Connect in Python, ``buf`` version ``1.15.0`` is required, see `Buf Installation <https://docs.buf.build/installation>`_ for more details.
124124

125125
Conda
126126
~~~~~

0 commit comments

Comments
 (0)