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/02/07 16:07:00 UTC

[jira] [Updated] (ARROW-3550) [C++] Use kUnknownNullCount in NumericArray constructor

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

Wes McKinney updated ARROW-3550:
--------------------------------
    Fix Version/s: 0.13.0

> [C++] Use kUnknownNullCount in NumericArray constructor
> -------------------------------------------------------
>
>                 Key: ARROW-3550
>                 URL: https://issues.apache.org/jira/browse/ARROW-3550
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++
>            Reporter: Wolf Vollprecht
>            Priority: Minor
>             Fix For: 0.13.0
>
>
> Currently, the default value in the NumericArray constructor for the null_count is 0.
> I wonder wether it would be better to use kUnknownNullCount instead? A user could still choose to supply a null_count of 0, or a nullptr as bitmask which would imply a null_count of 0 as well.



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