You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Kouhei Sutou (Jira)" <ji...@apache.org> on 2020/04/22 21:25:00 UTC

[jira] [Created] (ARROW-8561) [C++][Gandiva] Stop using deprecated google::protobuf::MessageLite::ByteSize()

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)