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

chore: fix many warnings across the codebase #2955

Merged
merged 4 commits into from
Oct 25, 2024

Conversation

hntd187
Copy link
Collaborator

@hntd187 hntd187 commented Oct 22, 2024

Description

Fixed a lot of warnings across the codebase according to clippy and cargo check the S3 options one is the only one I am not 100% sure is correct, but @rtyler maybe you can comment on if it's a good idea to remove the deprecated key usages. Otherwise I can revert those.

Related Issue(s)

Closes my own internal OCD about warnings (despite there still being one)

@github-actions github-actions bot added the binding/rust Issues for the Rust crate label Oct 22, 2024
…lic methods that weren't being used anywhere

Signed-off-by: Stephen Carman <[email protected]>
Copy link

codecov bot commented Oct 22, 2024

Codecov Report

Attention: Patch coverage is 65.27778% with 25 lines in your changes missing coverage. Please review.

Project coverage is 72.21%. Comparing base (e19e21f) to head (3d1a61a).
Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
crates/aws/src/lib.rs 0.00% 17 Missing ⚠️
crates/aws/src/storage.rs 74.19% 8 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2955      +/-   ##
==========================================
- Coverage   72.26%   72.21%   -0.05%     
==========================================
  Files         131      128       -3     
  Lines       40660    40329     -331     
  Branches    40660    40329     -331     
==========================================
- Hits        29382    29124     -258     
+ Misses       9394     9348      -46     
+ Partials     1884     1857      -27     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Comment on lines 102 to 103
AWS_S3_ASSUME_ROLE_ARN,
AWS_S3_ROLE_SESSION_NAME,
Copy link
Member

Choose a reason for hiding this comment

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

I mentioned to @hntd187 in Slack that I would like to avoid removing these deprecation warnings until we have a few more releases which is print deprecation warnings for people

@rtyler rtyler added this pull request to the merge queue Oct 25, 2024
Merged via the queue into delta-io:main with commit a13cb71 Oct 25, 2024
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
binding/rust Issues for the Rust crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants