timsaucer opened a new issue, #20450: URL: https://github.com/apache/datafusion/issues/20450
### Is your feature request related to a problem or challenge? It is desirable for downstream users, specifically `datafusion-python`, to add methods to enable users to have custom physical plan optimizers. One specific case is `datafusion-distributed` which works by rewriting the physical plan to do network shuffling. If we expose `PhysicalOptimizerRule` in the FFI crate, it would enable adding this feature downstream. ### Describe the solution you'd like Create a `FFI_PhysicalOptimizerRule` and implement it's methods in a FFI-safe manner. ### Describe alternatives you've considered _No response_ ### Additional context In order to support this we need two additional PRs to merge first: - [ ] https://github.com/apache/datafusion/pull/19469 - [ ] https://github.com/apache/datafusion/pull/20449 -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
