You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/12/09 12:00:06 UTC

[GitHub] [arrow-datafusion] silathdiir opened a new pull request #1424: Fix the duplicate short options in tpch

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-datafusion] alamb merged pull request #1424: Fix the duplicate short options in tpch

Posted by GitBox <gi...@apache.org>.
alamb merged pull request #1424:
URL: https://github.com/apache/arrow-datafusion/pull/1424


   


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org