You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/01/09 12:09:00 UTC

[jira] [Updated] (PARQUET-1747) [C++] Access to ColumnChunkMetaData fails when encryption is on

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

ASF GitHub Bot updated PARQUET-1747:
------------------------------------
    Labels: pull-request-available  (was: )

> [C++] Access to ColumnChunkMetaData fails when encryption is on
> ---------------------------------------------------------------
>
>                 Key: PARQUET-1747
>                 URL: https://issues.apache.org/jira/browse/PARQUET-1747
>             Project: Parquet
>          Issue Type: Bug
>          Components: parquet-cpp
>            Reporter: Gal Lushi
>            Assignee: Gal Lushi
>            Priority: Major
>              Labels: pull-request-available
>
> When encryption is on, can't access  ColumnChunkMetaData  from the RowGroupMetaData.
> For example, this code won't work with encryption on.
> {code:c++}
> reader->metadata()
>  ->RowGroup(0)
>  ->ColumnChunk(0)
>  ->num_values();
> {code}
>  
>  One implication is that the Parquet Arrow API doesn't work with encryption on.
> Tests for the Parquet Arrow API (with encryption) are soon to follow in a separate PR.



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