We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
on this documentation.
https://github.com/apache/arrow-rs/blob/master/parquet/src/bin/parquet-rowcount.rs#L26
//! After this `parquet-rowcount` should be globally available:
showing cargo install --help as bellow.
cargo install --help
$ cargo install --help cargo-install Install a Rust binary. Default location is $HOME/.cargo/bin <snip>
I think, this is not globally. install for user.
To Reproduce Steps to reproduce the behavior:
parquet
cargo install parquet --features=cli
parquet-rowcount
Error command not found.
Expected behavior A clear and concise description of what you expected to happen.
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Thanks for the report @kazuk -- any help to fix this with a PR would be great!
Sorry, something went wrong.
cargo install
Successfully merging a pull request may close this issue.
Describe the bug
on this documentation.
https://github.com/apache/arrow-rs/blob/master/parquet/src/bin/parquet-rowcount.rs#L26
showing
cargo install --help
as bellow.I think, this is not globally. install for user.
To Reproduce
Steps to reproduce the behavior:
parquet
parquet-rowcount
Error command not found.
Expected behavior
A clear and concise description of what you expected to happen.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: