You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Neal Richardson (Jira)" <ji...@apache.org> on 2022/07/01 00:18:00 UTC

[jira] [Created] (ARROW-16947) [C++] Remove boost dependency with thrift

Neal Richardson created ARROW-16947:
---------------------------------------

             Summary: [C++] Remove boost dependency with thrift
                 Key: ARROW-16947
                 URL: https://issues.apache.org/jira/browse/ARROW-16947
             Project: Apache Arrow
          Issue Type: Improvement
          Components: C++
            Reporter: Neal Richardson


[~kou] (re-)added this dependency in ARROW-16721: https://github.com/apache/arrow/pull/13292/files#r890849903. But looking at thrift/transport/TBufferTransports.h, the header we include that uses boost, the class we use from it doesn't seem to require boost itself. So maybe we can pull the class definition out that we need and inline/vendor it, so that we can drop the need for that header, and thus drop the need for boost with thrift.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)