You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "Uwe L. Korn (JIRA)" <ji...@apache.org> on 2016/12/21 13:55:58 UTC

[jira] [Resolved] (PARQUET-812) [C++] Failure reading BYTE_ARRAY data from file in parquet-compatibility project

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

Uwe L. Korn resolved PARQUET-812.
---------------------------------
       Resolution: Fixed
    Fix Version/s: cpp-0.1.0

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

> [C++] Failure reading BYTE_ARRAY data from file in parquet-compatibility project
> --------------------------------------------------------------------------------
>
>                 Key: PARQUET-812
>                 URL: https://issues.apache.org/jira/browse/PARQUET-812
>             Project: Parquet
>          Issue Type: Bug
>          Components: parquet-cpp
>            Reporter: Wes McKinney
>            Priority: Critical
>             Fix For: cpp-0.1.0
>
>         Attachments: nation.impala.parquet
>
>
> I see the odd exception from the Python side:
> {code}
> ArrowException: NotImplemented: list<: uint8>
> {code}
> The schema is:
> {code}
> $ debug/parquet-dump-schema ~/Downloads/nation.impala.parquet 
> required group schema {
>   optional int32 n_nationkey
>   optional byte_array n_name
>   optional int32 n_regionkey
>   optional byte_array n_comment
> }
> {code}
> This may have been introduced by https://github.com/apache/parquet-cpp/commit/8487142f6d5a60d12e3068ac226b2b5dfe178350



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