timsaucer opened a new issue, #1238:
URL: https://github.com/apache/datafusion-python/issues/1238

   **Is your feature request related to a problem or challenge? Please describe 
what you are trying to do.**
   
   I want to add custom physical plan optimizer rules, written in rust, to 
`datafusion-python`. Now that we have the ability to share execution plans 
across the FFI boundary we should be able to expose this interface.
   
   **Describe the solution you'd like**
   
   - Implement FFI upstream `datafusion`
   - Expose `with_physical_optimizer_rules` and/or 
`with_physical_optimizer_rule`
   
   **Describe alternatives you've considered**
   
   None
   
   **Additional context**
   
   This will support things like 
https://github.com/datafusion-contrib/datafusion-distributed in 
`datafusion-python`
   


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

Reply via email to