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

Wes McKinney resolved PARQUET-1747.
-----------------------------------
    Fix Version/s: cpp-1.6.0
       Resolution: Fixed

Issue resolved by pull request 6150
[https://github.com/apache/arrow/pull/6150]

> [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
>             Fix For: cpp-1.6.0
>
>          Time Spent: 3h 20m
>  Remaining Estimate: 0h
>
> 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)

Reply via email to