Skip to content

Minor: remove unnecessary dependencies in datafusion-sqllogictest #14578

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

Merged
merged 2 commits into from
Feb 10, 2025

Conversation

alamb
Copy link
Contributor

@alamb alamb commented Feb 10, 2025

Which issue does this PR close?

Noticed while working with @logan-keede on

Rationale for this change

Since datafusion-sqllogictest already depends on datafusion (aka datafusion-core) which re-exports the needed items there is no reason to also depend on subcrates

What changes are included in this PR?

remove unnecessary dependencies and update use statements

Are these changes tested?

By CI

Are there any user-facing changes?

@github-actions github-actions bot added the sqllogictest SQL Logic Tests (.slt) label Feb 10, 2025
@@ -42,9 +42,6 @@ bytes = { workspace = true, optional = true }
chrono = { workspace = true, optional = true }
clap = { version = "4.5.16", features = ["derive", "env"] }
datafusion = { workspace = true, default-features = true, features = ["avro"] }
datafusion-catalog = { workspace = true, default-features = true }
Copy link
Contributor Author

Choose a reason for hiding this comment

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

The point of this PR is to remove these three lines

@alamb alamb marked this pull request as ready for review February 10, 2025 13:02
@xudong963
Copy link
Member

Thanks @alamb

@xudong963 xudong963 merged commit b3ee833 into apache:main Feb 10, 2025
26 checks passed
@alamb alamb deleted the alamb/clean_deps branch February 10, 2025 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sqllogictest SQL Logic Tests (.slt)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants