[
https://issues.apache.org/jira/browse/ARROW-1545?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16169333#comment-16169333
]
ASF GitHub Bot commented on ARROW-1545:
---------------------------------------
GitHub user rvernica opened a pull request:
https://github.com/apache/arrow/pull/1107
ARROW-1545: Remove deprecared args of builder
https://issues.apache.org/jira/browse/ARROW-1545
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rvernica/arrow patch-1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/arrow/pull/1107.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1107
----
commit 9c6c128c587b41e1bb22d3f58273be4cf3592b3d
Author: rvernica <[email protected]>
Date: 2017-09-17T16:11:04Z
ARROW-1545: Remove deprecared args of builder
----
> 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
> Priority: Trivial
> Labels: pull-request-available
>
> 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)