Skip to content
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

Pin clap to 3.1 to get CI moving (#1867) #1868

Merged
merged 1 commit into from Jun 13, 2022
Merged

Conversation

tustvold
Copy link
Contributor

Which issue does this PR close?

Part of #1867

Rationale for this change

This gets the pipes moving again, whilst working on trying to understand what has been changed...

What changes are included in this PR?

Pins clap to 3.1

Are there any user-facing changes?

No

@github-actions github-actions bot added the parquet Changes to the parquet crate label Jun 13, 2022
@tustvold tustvold added the development-process Related to development process of arrow-rs label Jun 13, 2022
@codecov-commenter
Copy link

Codecov Report

Merging #1868 (c74391a) into master (fcf655e) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #1868   +/-   ##
=======================================
  Coverage   83.47%   83.47%           
=======================================
  Files         201      201           
  Lines       56987    56987           
=======================================
  Hits        47572    47572           
  Misses       9415     9415           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fcf655e...c74391a. Read the comment docs.

@tustvold tustvold changed the title Pin clap to 3.1 (#1867) Pin clap to 3.1 to get CI moving (#1867) Jun 13, 2022
@tustvold tustvold mentioned this pull request Jun 13, 2022
@tustvold tustvold merged commit f191fa6 into apache:master Jun 13, 2022
@@ -34,7 +34,7 @@ logging = ["tracing-subscriber"]
arrow = { path = "../arrow" }
arrow-flight = { path = "../arrow-flight" }
async-trait = "0.1.41"
clap = { version = "3", features = ["derive", "env"] }
clap = { version = "~3.1", features = ["derive", "env"] }
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This can now be reverted as deprecations are now off by default, see clap-rs/clap#3830 for details. When you do start working through the deprecations as part of upgrading to 4.0, we've also improved the warnings for derive users. See clap-rs/clap#3832 for examples.

@tustvold tustvold mentioned this pull request Jun 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
development-process Related to development process of arrow-rs parquet Changes to the parquet crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants