Kouhei Sutou created ARROW-8561:
-----------------------------------
Summary: [C++][Gandiva] Stop using deprecated
google::protobuf::MessageLite::ByteSize()
Key: ARROW-8561
URL: https://issues.apache.org/jira/browse/ARROW-8561
Project: Apache Arrow
Issue Type: Improvement
Components: C++ - Gandiva
Reporter: Kouhei Sutou
Assignee: Kouhei Sutou
It's deprecated since Protobuf 3.4.0.
https://github.com/protocolbuffers/protobuf/blob/v3.4.0/CHANGES.txt#L58-L59
{quote}
* ByteSize() and SpaceUsed() are deprecated.Use ByteSizeLong() and
SpaceUsedLong() instead
{quote}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)