You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2019/08/02 01:54:00 UTC

[jira] [Resolved] (ARROW-6077) [C++][Parquet] Build logical schema tree mapping Arrow fields to Parquet schema levels

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

Wes McKinney resolved ARROW-6077.
---------------------------------
       Resolution: Fixed
    Fix Version/s:     (was: 1.0.0)
                   0.15.0

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

> [C++][Parquet] Build logical schema tree mapping Arrow fields to Parquet schema levels
> --------------------------------------------------------------------------------------
>
>                 Key: ARROW-6077
>                 URL: https://issues.apache.org/jira/browse/ARROW-6077
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++
>            Reporter: Wes McKinney
>            Assignee: Wes McKinney
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.15.0
>
>          Time Spent: 4h 20m
>  Remaining Estimate: 0h
>
> In several places in cpp/src/parquet/arrow, the {{FromParquetSchema}} function is used to construct fields using a filtered "view" of the Parquet schema. This is a hack caused by the lack of some kind of a "schema tree" which maps Parquet concepts to Arrow {{Field}} objects. 
> One manifestation of this issue is that I was unable to implement dictionary encoded subfields in cases like {{list<string>}}, where you want the inner field to be dictionary-encoded. 
> Patch forthcoming



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)