jayzhan211 commented on issue #15111: URL: https://github.com/apache/datafusion/issues/15111#issuecomment-2723192213
The reason we have import physical plan for datasource is that we put `DataSourceExec` inside Datasource crate. If we move it into physical plan then it means we need to import `trait DataSource` to physical plan. Given that the physical plan is the more high level crate to me. I think the existing dependency makes more sense to me. -- 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-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org