[
https://issues.apache.org/jira/browse/PARQUET-168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ryan Blue resolved PARQUET-168.
-------------------------------
Resolution: Fixed
Fix Version/s: parquet-mr_1.6.0
Issue resolved by pull request 106
[https://github.com/apache/incubator-parquet-mr/pull/106]
> Wrong command line option description in parquet-tools
> -------------------------------------------------------
>
> Key: PARQUET-168
> URL: https://issues.apache.org/jira/browse/PARQUET-168
> Project: Parquet
> Issue Type: Bug
> Components: parquet-mr
> Affects Versions: 1.6.0rc2
> Reporter: Cheng Lian
> Priority: Minor
> Labels: newbie
> Fix For: parquet-mr_1.6.0
>
>
> The description for "debug" option is apparently wrong:
> {code}
> Option ncol = OptionBuilder.withLongOpt("no-color")
> .withDescription("Disable color output even if
> supported")
> .create();
> Option debg = OptionBuilder.withLongOpt("debug")
> .withDescription("Disable color output even if
> supported")
> .create();
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)