You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Antoine Pitrou (JIRA)" <ji...@apache.org> on 2018/04/05 14:02:00 UTC

[jira] [Created] (ARROW-2402) [C++] FixedSizeBinaryBuilder::Append lacks "const char*" overload

Antoine Pitrou created ARROW-2402:
-------------------------------------

             Summary: [C++] FixedSizeBinaryBuilder::Append lacks "const char*" overload
                 Key: ARROW-2402
                 URL: https://issues.apache.org/jira/browse/ARROW-2402
             Project: Apache Arrow
          Issue Type: Improvement
          Components: C++
    Affects Versions: 0.9.0
            Reporter: Antoine Pitrou


This implies that calling {{FixedSizeBinaryBuilder::Append}} with a "const char*" argument currently instantiates a temporary {{std::string}}.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)