alamb commented on code in PR #7237:
URL: https://github.com/apache/arrow-datafusion/pull/7237#discussion_r1287706936
##########
datafusion/core/src/datasource/listing/table.rs:
##########
@@ -50,7 +50,7 @@ use crate::{
error::{DataFusionError, Result},
execution::context::SessionState,
logical_expr::Expr,
- physical_plan::{empty::EmptyExec, project_schema, ExecutionPlan,
Statistics},
Review Comment:
Long term I would like to cut the dependency between physical_plan and
`datasource` -- but I need to get physical_plan extracted first
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]