andygrove opened a new issue, #2625:
URL: https://github.com/apache/arrow-datafusion/issues/2625

   **Is your feature request related to a problem or challenge? Please describe 
what you are trying to do.**
   There are two traits in the core datafusion that could perhaps be moved out 
into a separate crate.
   
   - VarProvider
   - FunctionRegistry
   
   Technically they could move to `datafusion-expr` since they only depend on 
types from that crate but that doesn't seem like the right place for them. It 
also doesn't seem to make sense to create a new crate just for two traits.
   
   Moving them out from core would mean:
   
   - `datafusion-proto` would no longer need to depend on the core crate
   - `SimplifyExpression` optimizer rule would have one less dependency on the 
core crate
   
   **Describe the solution you'd like**
   Not sure yet
   
   **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]

Reply via email to