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 2017/05/02 14:29:04 UTC

[jira] [Assigned] (PARQUET-965) [C++] FIXED_LEN_BYTE_ARRAY types are unhandled in the Arrow reader

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

Wes McKinney reassigned PARQUET-965:
------------------------------------

    Assignee: Xianjin YE  (was: Wes McKinney)

> [C++] FIXED_LEN_BYTE_ARRAY types are unhandled in the Arrow reader
> ------------------------------------------------------------------
>
>                 Key: PARQUET-965
>                 URL: https://issues.apache.org/jira/browse/PARQUET-965
>             Project: Parquet
>          Issue Type: Bug
>          Components: parquet-cpp
>            Reporter: Wes McKinney
>            Assignee: Xianjin YE
>             Fix For: cpp-1.1.0
>
>
> Currently, a {{dynamic_cast}} to a {{ByteArrayType}} reader is failing, resulting in a segfault. We should check the Parquet column type and use either a BYTE_ARRAY path or FIXED_LEN_BYTE_ARRAY path. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)