You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2018/12/13 14:57:00 UTC

[jira] [Resolved] (PARQUET-1473) [C++] Add helper function that converts ParquetVersion to human-friendly string

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

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

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

> [C++] Add helper function that converts ParquetVersion to human-friendly string
> -------------------------------------------------------------------------------
>
>                 Key: PARQUET-1473
>                 URL: https://issues.apache.org/jira/browse/PARQUET-1473
>             Project: Parquet
>          Issue Type: Improvement
>            Reporter: Hatem Helal
>            Assignee: Hatem Helal
>            Priority: Trivial
>              Labels: pull-request-available
>             Fix For: cpp-1.6.0
>
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> I noticed this while working on ARROW-3564: the parquet-reader utility prints a line like:
> *Version: 0*
> which corresponds to the PARQUET_1_0 enum value.  I couldn't find anything that obviously did this in the parquet-cpp code base.  It would be good if there were a function that could map from the ParquetVersion enum to a human-friendly string.  e.g:
>  
> Version: 1.0
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)