This is an automated email from the ASF dual-hosted git repository.
jayzhan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new 5bfc11ba4a Update docs for `protoc` minimum installed version (#11006)
5bfc11ba4a is described below
commit 5bfc11ba4ac4f11eaf9793c668e4a064fb697e6e
Author: jcsherin <[email protected]>
AuthorDate: Thu Jun 20 06:11:41 2024 +0530
Update docs for `protoc` minimum installed version (#11006)
* bumps `protoc` minimum version from 3.12 -> 3.15
* Minor: Fix link for Protoc installation
* minor: removes reference to 3.12
---
datafusion/proto/CONTRIBUTING.md | 2 +-
docs/source/contributor-guide/getting_started.md | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/datafusion/proto/CONTRIBUTING.md b/datafusion/proto/CONTRIBUTING.md
index f124c233d0..db3658c726 100644
--- a/datafusion/proto/CONTRIBUTING.md
+++ b/datafusion/proto/CONTRIBUTING.md
@@ -29,4 +29,4 @@ valid installation of [protoc] (see [installation
instructions] for details).
```
[protoc]:
https://github.com/protocolbuffers/protobuf#protocol-compiler-installation
-[installation instructions]:
https://datafusion.apache.org/contributor-guide/#protoc-installation
+[installation instructions]:
https://datafusion.apache.org/contributor-guide/getting_started.html#protoc-installation
diff --git a/docs/source/contributor-guide/getting_started.md
b/docs/source/contributor-guide/getting_started.md
index 64d5a0d43d..696d6d3a0f 100644
--- a/docs/source/contributor-guide/getting_started.md
+++ b/docs/source/contributor-guide/getting_started.md
@@ -50,11 +50,11 @@ $ pacman -S protobuf
$ brew install protobuf
```
-You will want to verify the version installed is `3.12` or greater, which
introduced support for explicit [field
presence](https://github.com/protocolbuffers/protobuf/blob/v3.12.0/docs/field_presence.md).
Older versions may fail to compile.
+You will want to verify the version installed is `3.15` or greater, which has
support for explicit [field
presence](https://github.com/protocolbuffers/protobuf/blob/v3.15.0/docs/field_presence.md).
Older versions may fail to compile.
```shell
$ protoc --version
-libprotoc 3.12.4
+libprotoc 3.15.0
```
Alternatively a binary release can be downloaded from the [Release
Page](https://github.com/protocolbuffers/protobuf/releases) or [built from
source](https://github.com/protocolbuffers/protobuf/blob/main/src/README.md).
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]