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 2019/07/18 22:03:00 UTC

[jira] [Updated] (ARROW-5984) [C++] Provide method on AdaptiveIntBuilder for appending integer Array types

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

Wes McKinney updated ARROW-5984:
--------------------------------
    Description: For Int8/16/32, it is not currently possible to do a bulk append. With Int64, you can bulk append with {{AppendValues}} but only if you have no nulls or of the nulls are stored in a byte map  (was: For Int8/16/32, it is not currently possible to do a bulk append)

> [C++] Provide method on AdaptiveIntBuilder for appending integer Array types
> ----------------------------------------------------------------------------
>
>                 Key: ARROW-5984
>                 URL: https://issues.apache.org/jira/browse/ARROW-5984
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++
>            Reporter: Wes McKinney
>            Priority: Major
>
> For Int8/16/32, it is not currently possible to do a bulk append. With Int64, you can bulk append with {{AppendValues}} but only if you have no nulls or of the nulls are stored in a byte map



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)