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

Move FileType enum from sql module to logical_plan module #2290

Merged
merged 1 commit into from
Apr 20, 2022

Conversation

andygrove
Copy link
Member

Which issue does this PR close?

Closes #2288

Rationale for this change

This is a step towards being able to move the logical plan to the expr crate.

What changes are included in this PR?

Moves FileType from sql module to logical_plan module.

Are there any user-facing changes?

No

@andygrove andygrove self-assigned this Apr 20, 2022
@github-actions github-actions bot added ballista datafusion Changes in the datafusion crate labels Apr 20, 2022
@@ -24,7 +24,6 @@ use crate::datasource::datasource::TableProviderFilterPushDown;
use crate::datasource::TableProvider;
use crate::error::DataFusionError;
use crate::logical_plan::dfschema::DFSchemaRef;
use crate::sql::parser::FileType;
Copy link
Contributor

Choose a reason for hiding this comment

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

👍

@alamb alamb merged commit 8e5551f into apache:master Apr 20, 2022
@alamb
Copy link
Contributor

alamb commented Apr 20, 2022

Merging as this one seems uncontroversial

@andygrove andygrove deleted the move-filetype branch January 27, 2023 18:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
datafusion Changes in the datafusion crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

LogicalPlan should not depend on SQL parser structs
2 participants