This is an automated email from the ASF dual-hosted git repository.
ruifengz 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 95ea2a6dd403 [SPARK-46851][DOCS] Remove `buf` version information from
the doc `contributing.rst`
95ea2a6dd403 is described below
commit 95ea2a6dd40399370f75f56dffc66608f351e39e
Author: panbingkun <[email protected]>
AuthorDate: Thu Jan 25 17:14:22 2024 +0800
[SPARK-46851][DOCS] Remove `buf` version information from the doc
`contributing.rst`
### What changes were proposed in this pull request?
The pr aims to remove `buf` version information from the doc
`contributing.rst`.
### Why are the changes needed?
Since master branch now use `bufbuild/buf-setup-actionv1` to install buf,
by default, it uses the `latest` version,
when a new version is released, the version used in the document is no
longer consistent with the actual version used.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
- Manually test.
- Pass GA.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #44877 from panbingkun/SPARK-46851.
Authored-by: panbingkun <[email protected]>
Signed-off-by: Ruifeng Zheng <[email protected]>
---
python/docs/source/development/contributing.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/python/docs/source/development/contributing.rst
b/python/docs/source/development/contributing.rst
index 3eddddabb96c..94e485c706e3 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.28.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`` is
required, see `Buf Installation <https://docs.buf.build/installation>`_ for
more details.
Conda
~~~~~
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]