andygrove opened a new issue, #2345: URL: https://github.com/apache/arrow-datafusion/issues/2345
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** This is a long-term goal and probably not easy to do today but I think it would be good for the SQL query planner to be in its own `datafusion-sql` crate to ensure that we don't have dependencies on the physical plan or execution. Users who just want to use DataFusion as a SQL parser + query planner would be able to add a dependency on `datafusion-sql`. **Describe the solution you'd like** I would like the ability to have projects just depend on `datafusion-sql` if they are using DataFusion as a SQL parser + query planner and are not using it for execution. **Describe alternatives you've considered** None **Additional context** None -- 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]
