XinyuZeng commented on PR #3786:
URL: https://github.com/apache/arrow-rs/pull/3786#issuecomment-1451852976

   Positional arguments may not be well suited for tools like parquet-fromcsv 
and parquet-rewrite, which have too many arguments (and many file names). But 
for the tools that only require one file to read, I think getting rid of "-f" 
makes it handier. For those tools, we can make filename positional and leave 
other options there.
   
   e.g.
   ```
   parquet-read [OPTIONS] <FILE_NAME>
   ```


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to