nuno-faria opened a new issue, #19116: URL: https://github.com/apache/datafusion/issues/19116
### Is your feature request related to a problem or challenge? It would be nice to be able to remove logical optimizer rules (by name) temporarily from a `SessionContext`, instead of having to create a new one. There is already a method to add new rules (`add_optimizer_rule`). ### Describe the solution you'd like I would be happy to add this, it would only take a `remove_optimizer_rule` in the `SessionContext` and another `remove_optimizer_rule` in the `SessionState` to mutate the list. ### Describe alternatives you've considered _No response_ ### Additional context _No response_ -- 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]
