jhorstmann commented on pull request #8686: URL: https://github.com/apache/arrow/pull/8686#issuecomment-731803297
@sunchao I thought about that too. `parquet-read` already takes two parameters (filename and optional number of records), for adding more flags I'd probably want to introduce some proper argument parsing library, adding one more dependency. I think the concern was that this library should have a minimal set of dependencies. One way around that might be to move the binaries to their own crate `parquet_tools`. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
