Merge pull request #45526 from ClickHouse/rfraposa-patch-2

Update link to Protobuf website in formats.md
This commit is contained in:
Alexey Milovidov 2023-01-24 12:44:56 +03:00 committed by GitHub
commit e5ea600902
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1714,7 +1714,7 @@ something_weird{problem="division by zero"} +Inf -3982045
## Protobuf {#protobuf}
Protobuf - is a [Protocol Buffers](https://developers.google.com/protocol-buffers/) format.
Protobuf - is a [Protocol Buffers](https://protobuf.dev/) format.
This format requires an external format schema. The schema is cached between queries.
ClickHouse supports both `proto2` and `proto3` syntaxes. Repeated/optional/required fields are supported.