-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
refactor: Make catalog datasource #14643
Conversation
do we want |
|
We should! It is in physical-plan because there is no datasource then. It should be part of datasource crate. |
To be clear too, I think https://docs.rs/datafusion/latest/datafusion/index.html?search=DataSource Thus I do't think moving |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I love it -- this is great. Thank you @logan-keede
Also thank you for the datasource suggestion @jayzhan211 -- 💯
datafusion-catalog = { workspace = true } | ||
datafusion-common = { workspace = true, features = ["object_store"] } | ||
datafusion-common-runtime = { workspace = true } | ||
datafusion-datasource = { workspace = true } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❤️
Thanks for the feedback!! @alamb @jayzhan211
😅 totally overlooked that |
Things are moving fast 🏃 |
Which issue does this PR close?
datafusion
crate (datafusion/core
) #14444Rationale for this change
refer to discussion in #14616
What changes are included in this PR?
making
datafusion-datasource
Are these changes tested?
Are there any user-facing changes?