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 clippy issue that occur with only defaults #1802

Merged
merged 4 commits into from
Nov 5, 2023

Conversation

Blajda
Copy link
Collaborator

@Blajda Blajda commented Nov 4, 2023

Description

Executing cargo clippy --tests in crates/deltalake-core resulted in some failures in test_utils due to a dependency on features that only exist when datafusion is enabled.

Clippy now works with default features and with datafusion enabled.

@wjones127 wjones127 enabled auto-merge (squash) November 5, 2023 00:23
@wjones127 wjones127 merged commit a5e2e3b into delta-io:main Nov 5, 2023
21 checks passed
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