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

[jira] [Commented] (ARROW-8532) [C++][CSV] Add support for sentinel values.

    [ https://issues.apache.org/jira/browse/ARROW-8532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17303455#comment-17303455 ] 

Antoine Pitrou commented on ARROW-8532:
---------------------------------------

Sorry, forgot the link to the documentation for compute functions: https://arrow.apache.org/docs/cpp/compute.html#structural-transforms

> [C++][CSV] Add support for sentinel values.
> -------------------------------------------
>
>                 Key: ARROW-8532
>                 URL: https://issues.apache.org/jira/browse/ARROW-8532
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++
>            Reporter: Ravil Bikbulatov
>            Priority: Major
>
> Some systems still use sentinel values to store nulls. It would be good if read_csv would place sentinel values and user wouldn't need to convet null bitmaps to sentinel values.
> Adding this support doesn't contradict Arrow specification as null values are undefined. Also it wouldn't add any overhead to read_csv. Since Arrow is general purpose framework I think we can relieve users from pain of converting bitmats to sentinel values.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)