Gera Shegalov created PARQUET-1005:
--------------------------------------
Summary: 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
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)