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

fix: clippy warnings #2548

Merged
merged 1 commit into from
May 29, 2024
Merged

fix: clippy warnings #2548

merged 1 commit into from
May 29, 2024

Conversation

imor
Copy link
Contributor

@imor imor commented May 29, 2024

Description

This PR fixes many clippy warnings in the Rust code.

Related Issue(s)

Documentation

@github-actions github-actions bot added the binding/rust Issues for the Rust crate label May 29, 2024
@@ -572,7 +572,7 @@ impl DeltaTableState {
// into StructArrays, until it is consolidated into a single array.
columnar_stats = columnar_stats
.into_iter()
.group_by(|col_stat| {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

group_by is deprecated. The library suggests to use chunk_by instead.

@rtyler rtyler enabled auto-merge (rebase) May 29, 2024 14:16
@rtyler rtyler merged commit 479f25a into delta-io:main May 29, 2024
22 of 24 checks passed
@imor imor deleted the fix_clippy_warnings branch May 29, 2024 18:46
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