[
https://issues.apache.org/jira/browse/ARROW-1777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16264786#comment-16264786
]
ASF GitHub Bot commented on ARROW-1777:
---------------------------------------
wesm opened a new pull request #1353: ARROW-1777: [C++] Add ArrayData::Make
static ctor for more convenient construction
URL: https://github.com/apache/arrow/pull/1353
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> [C++] Add static ctor ArrayData::Make for nicer syntax in places
> ----------------------------------------------------------------
>
> Key: ARROW-1777
> URL: https://issues.apache.org/jira/browse/ARROW-1777
> Project: Apache Arrow
> Issue Type: New Feature
> Components: C++
> Reporter: Wes McKinney
> Assignee: Wes McKinney
> Labels: pull-request-available
> Fix For: 0.8.0
>
>
> Because of the fickleness of {{std::make_shared}}, we are having to store a
> vector of buffers in an lvalue rather than passing the buffers in the
> {{make_shared}} function call as an initializer list. This makes things a bit
> awkward, and could be made possibly better with a factory function
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)