Wes McKinney created PARQUET-965:
------------------------------------
Summary: [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
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)