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/26 18:49:08 UTC

[GitHub] [arrow-datafusion] andygrove opened a new issue, #2345: Move SQL query planner to new datafusion-sql crate

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: github-unsubscribe@arrow.apache.org.apache.org

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


[GitHub] [arrow-datafusion] andygrove closed issue #2345: Move SQL query planning to new crate

Posted by GitBox <gi...@apache.org>.
andygrove closed issue #2345: Move SQL query planning to new crate
URL: https://github.com/apache/arrow-datafusion/issues/2345


-- 
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