-
Notifications
You must be signed in to change notification settings - Fork 8
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
CLI tools #22
Comments
Is this issue taken?
I would also be interested in reading them from S3, but that probably not in this project? I'm also willing to help with those implementations |
A similar one is |
Yes, it looks nice. I can crate this cli tool (probably will start first with some simpler version first) if it fits this project and nobody is working on it yet. |
Hey @klangner I assigned it to myself initially because I did an initial commit as mentioned in the issue, but it isn't one of my priorities right now. Feel free to enhance the existing tool or add a separate one if you have a different use case 👍 |
* #62 cli tool for printing file stats * Update Cargo.toml Co-authored-by: Weny Xu <wenymedia@gmail.com> * fixed formatting --------- Co-authored-by: Weny Xu <wenymedia@gmail.com>
* #62 Added cli tool to export data in a csv format * CR fixes
* #62 added filtering by rows and columns * CR fixes
* #62 cli tool for printing file stats * Update Cargo.toml Co-authored-by: Weny Xu <wenymedia@gmail.com> * fixed formatting --------- Co-authored-by: Weny Xu <wenymedia@gmail.com>
* #62 Added cli tool to export data in a csv format * CR fixes
* #62 added filtering by rows and columns * CR fixes
Implement some CLI binaries for working with ORC files such as reading schema, getting stats, etc.
Tools to have:
Also need to ensure these are tested as part of CI
Some references:
The text was updated successfully, but these errors were encountered: