Skip to content

Commit 5bfc11b

Browse files
authored
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
1 parent 1e7c38b commit 5bfc11b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

datafusion/proto/CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ valid installation of [protoc] (see [installation instructions] for details).
2929
```
3030

3131
[protoc]: https://github.com/protocolbuffers/protobuf#protocol-compiler-installation
32-
[installation instructions]: https://datafusion.apache.org/contributor-guide/#protoc-installation
32+
[installation instructions]: https://datafusion.apache.org/contributor-guide/getting_started.html#protoc-installation

docs/source/contributor-guide/getting_started.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ $ pacman -S protobuf
5050
$ brew install protobuf
5151
```
5252

53-
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.
53+
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.
5454

5555
```shell
5656
$ protoc --version
57-
libprotoc 3.12.4
57+
libprotoc 3.15.0
5858
```
5959

6060
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).

0 commit comments

Comments
 (0)