silathdiir opened a new pull request #1424:
URL: https://github.com/apache/arrow-datafusion/pull/1424


   # Which issue does this PR close?
   
   Closes #1409 .
   
    # Rationale for this change
   
   The command `cargo run --bin  tpch` is crashed by the duplicate short names 
of option `path` and `partitions`.
   It seems that the short name of `partitions` is updated from `n` to `p` in 
the 
[PR-706](https://github.com/apache/arrow-datafusion/commit/405171cd6a8ac65f5f9532f0c8138c11df6cb9d2#diff-7b244e2b92899e92774d072a5c26b1e5daafec998316050726b3344c667b1aa0).
   There is an associating 
[issue-500](https://github.com/TeXitoi/structopt/issues/500) of `structopt`.
   
   # What changes are included in this PR?
   
   Reverts the short name of `partitions` from `p` to `n`. 
   
   # Are there any user-facing changes?
   
   Seems no.


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