You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/04/20 21:33:18 UTC

[GitHub] [arrow-datafusion] alamb commented on a diff in pull request #2290: Move FileType enum from sql module to logical_plan module

alamb commented on code in PR #2290:
URL: https://github.com/apache/arrow-datafusion/pull/2290#discussion_r854571499


##########
datafusion/core/src/logical_plan/plan.rs:
##########
@@ -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;

Review Comment:
   👍 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org