[
https://issues.apache.org/jira/browse/PARQUET-168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14286478#comment-14286478
]
Cheng Lian commented on PARQUET-168:
------------------------------------
PR at 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
>
> 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)