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

Unpin aws sdk dependencies in datafusion-cli #14361

Merged
merged 3 commits into from
Jan 30, 2025
Merged

Conversation

alamb
Copy link
Contributor

@alamb alamb commented Jan 29, 2025

Which issue does this PR close?

Now that we have updated MSRV, we can unpin some of the dependencies

Rationale for this change

Keep up with dependencies

What changes are included in this PR?

Unpin aws* dependieces

Are these changes tested?

By CI

Are there any user-facing changes?

aws-sdk-sts = "=1.51.0"
# end pin aws-sdk crates
aws-credential-types = "1.2.0"
aws-config = "1.5.15"
Copy link
Contributor

Choose a reason for hiding this comment

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

Thats probably another question but do we need to follow a practice of setting the exact patch version?
https://semver.org

We probably can provide a minor version and let rustc take the latest patch. However it is not very expected when the patch requires MSRV change though.... WDYT folks if we set all deps without the specifc patch version and see how it is going.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

We probably can provide a minor version and let rustc take the latest patch. However it is not very expected when the patch requires MSRV change though.... WDYT folks if we set all deps without the specifc patch version and see how it is going.

Sounds good to me -- I will do so

I think the practical implication of 1.5.15 is that it will also allow anything higher, such as 1.6, 1.5.16

Since everything in datafusion-cli is controlled by Cargo.lock the versions won't change without a change to that file anyways.

That being said there is no reason to have this patch version as you say so I will remove it

Copy link
Contributor

@comphead comphead left a comment

Choose a reason for hiding this comment

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

lgtm thanks @alamb. appreciate if you can take a look at the comment

@alamb alamb merged commit 07ee09a into apache:main Jan 30, 2025
27 checks passed
@alamb
Copy link
Contributor Author

alamb commented Jan 30, 2025

Thanks again @comphead

@alamb alamb deleted the alamb/unpin_deps branch January 30, 2025 20:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants