You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "Julien Le Dem (JIRA)" <ji...@apache.org> on 2017/06/09 18:35:18 UTC

[jira] [Resolved] (PARQUET-1005) Fix DumpCommand parsing to allow column projection

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

Julien Le Dem resolved PARQUET-1005.
------------------------------------
       Resolution: Fixed
    Fix Version/s: 1.9.1

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

> Fix DumpCommand parsing to allow column projection
> --------------------------------------------------
>
>                 Key: PARQUET-1005
>                 URL: https://issues.apache.org/jira/browse/PARQUET-1005
>             Project: Parquet
>          Issue Type: Bug
>          Components: parquet-cli
>    Affects Versions: 1.8.0, 1.8.1, 1.9.0, 2.0.0
>            Reporter: Gera Shegalov
>             Fix For: 1.9.1
>
>
> DumpCommand option for -c is specified as hasArgs() for unlimited
> number of arguments following -c. The very description of the option
> shows the real intent of using hasArg() such that multiple columns
> can be specified as '-c c1 -c c2 ...'. Otherwise, the input path
> is parsed as an argument for -c instead of the command itself.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)