Apache Arrow is the universal columnar format and multi-language toolbox for fast data interchange and in-memory analytics
14.63k
stars
3.56k
forks
source link
[C++] Update bundled Protobuf to a more recent version #44786
Open
raulcd opened 2 days ago
Describe the enhancement requested
We are using a pretty old version of the bundled Protobuf: https://github.com/apache/arrow/blob/00de992cf954884644692b27a983e3ac9040ef86/cpp/thirdparty/versions.txt#L95-L96
The version is ~2.5 years old, see: https://github.com/protocolbuffers/protobuf/releases/tag/v21.3 We should update to a newer version as discussed here: https://github.com/apache/arrow/pull/44775#issuecomment-2483624693
Component(s)
C++