Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Parquet CLI args consistent #3785

Closed
XinyuZeng opened this issue Mar 2, 2023 · 1 comment · Fixed by #3786
Closed

Make Parquet CLI args consistent #3785

XinyuZeng opened this issue Mar 2, 2023 · 1 comment · Fixed by #3786
Labels
enhancement Any new improvement worthy of a entry in the changelog parquet Changes to the parquet crate

Comments

@XinyuZeng
Copy link
Contributor

Is your feature request related to a problem or challenge? Please describe what you are trying to do.

The current input argument format is inconsistent across CLI tools. E.g., parquet-layout does not need passing "-f" or "--file" for the input file name. This should be consistent across the binary tools.

Describe the solution you'd like

One solution is to flag all clap arguments with short and long.

Describe alternatives you've considered

Additional context

@XinyuZeng XinyuZeng added the enhancement Any new improvement worthy of a entry in the changelog label Mar 2, 2023
@tustvold tustvold added the parquet Changes to the parquet crate label Mar 10, 2023
@tustvold
Copy link
Contributor

label_issue.py automatically added labels {'parquet'} from #3786

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Any new improvement worthy of a entry in the changelog parquet Changes to the parquet crate
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants