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

Remove dependency on datafusion_catalog from datafusion-cli #14398

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

alamb
Copy link
Contributor

@alamb alamb commented Feb 1, 2025

Which issue does this PR close?

I noticed this unnecessary dependency while working on

Rationale for this change

The datafusion crate should have all code / features necessary to use datafusion. Users shouldn't have to also use the subcrates.

What changes are included in this PR?

Remove dependency on datafusion_catalog and use the re-export in datafusion instead

Are these changes tested?

Are there any user-facing changes?

@@ -48,7 +48,6 @@ datafusion = { path = "../datafusion/core", version = "44.0.0", features = [
"unicode_expressions",
"compression",
] }
datafusion-catalog = { path = "../datafusion/catalog", version = "44.0.0" }
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 the PR is to remove this dependency

Copy link
Member

@jonahgao jonahgao left a comment

Choose a reason for hiding this comment

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

LGTM

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