You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2017/09/17 17:49:00 UTC

[jira] [Resolved] (ARROW-1545) Int64Builder should not need int64() as arg

     [ https://issues.apache.org/jira/browse/ARROW-1545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wes McKinney resolved ARROW-1545.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 0.8.0

Resolved in https://github.com/apache/arrow/commit/bf73d2724cbdf402e2fbff5304fd9a842e9d6ddb. Thanks!

> Int64Builder should not need int64() as arg
> -------------------------------------------
>
>                 Key: ARROW-1545
>                 URL: https://issues.apache.org/jira/browse/ARROW-1545
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++, Documentation
>            Reporter: Rares Vernica
>            Assignee: Rares Vernica
>            Priority: Trivial
>              Labels: pull-request-available
>             Fix For: 0.8.0
>
>
> The first line in the [Getting Started|https://arrow.apache.org/docs/cpp/] example uses a {{Int64Builder}} like this:
> {code:java}
> Int64Builder builder(arrow::default_memory_pool(), arrow::int64());
> {code}
> The example works, but the {{arrow::int64()}} argument is not required.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)