jayzhan211 commented on issue #15111: URL: https://github.com/apache/datafusion/issues/15111#issuecomment-2726071858
The dependency is like this if we have `physical-plan-common` ```mermaid graph TD; datasource-->physical-plan-common; physical-plan-->physical-plan-common; datasource-->physical-plan; ``` physical-plan is not possible to import `datasource`, you would end up moving everything inside physical-plan. -- 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