You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2016/11/01 01:18:58 UTC

[jira] [Resolved] (PARQUET-759) Cannot store columns consisting of empty strings

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

Wes McKinney resolved PARQUET-759.
----------------------------------
       Resolution: Fixed
    Fix Version/s: cpp-0.1

Issue resolved by pull request 181
[https://github.com/apache/parquet-cpp/pull/181]

> Cannot store columns consisting of empty strings
> ------------------------------------------------
>
>                 Key: PARQUET-759
>                 URL: https://issues.apache.org/jira/browse/PARQUET-759
>             Project: Parquet
>          Issue Type: Bug
>          Components: parquet-cpp
>            Reporter: Uwe L. Korn
>            Assignee: Uwe L. Korn
>             Fix For: cpp-0.1
>
>
> Currently we cannot store string columns that only consist of empty strings. In that case {{StringArray::data()}} points to a {{nullptr}} thus the call to {{StringArrays::data()::data()}} fails with a Segmentation fault in {{FileWriter::Impl::WriteFlatColumnChunk}}. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)