You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "David Li (Jira)" <ji...@apache.org> on 2022/03/17 19:56:00 UTC

[jira] [Assigned] (ARROW-15961) [C++] Check nullability when validating fields on batches or struct arrays

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

David Li reassigned ARROW-15961:
--------------------------------

    Assignee: Kaouther Abrougui

> [C++] Check nullability when validating fields on batches or struct arrays
> --------------------------------------------------------------------------
>
>                 Key: ARROW-15961
>                 URL: https://issues.apache.org/jira/browse/ARROW-15961
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++
>            Reporter: Antoine Pitrou
>            Assignee: Kaouther Abrougui
>            Priority: Major
>              Labels: good-first-issue, good-second-issue
>             Fix For: 8.0.0
>
>
> According to ARROW-15899, it is possible to declare a field non-nullable, associate with data that has nulls, and still pass validation.
> Validation should instead fail in such a situation (at least full validation, since computing the null count can be O\(n\)).



--
This message was sent by Atlassian Jira
(v8.20.1#820001)