alamb opened a new issue, #12550: URL: https://github.com/apache/datafusion/issues/12550
### Is your feature request related to a problem or challenge? Part of the [discussion of keeping the core more modular](https://github.com/apache/datafusion/issues/12357) is to move move functionality into "extension packages" to leverage DataFusion's extensibility APIs Part of making extension packages compelling is ensuring it is easy / convenient to configure DataFusion to use these extensions As @matthewmturner and myself have been working on integrating some extension packages as part https://github.com/datafusion-contrib/datafusion-dft I have come across some things that would make it easier to configure DataFusion ### Describe the solution you'd like In general, I believe the [`SessionStateBuilder`](https://docs.rs/datafusion/latest/datafusion/execution/session_state/struct.SessionStateBuilder.html) added by @Omega359 in https://github.com/apache/datafusion/pull/11403 is the obvious API to consolidate configuration This ticket tracks various tickets for making it easier to use `SessionStateBuilder` to configure extensions ### 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]
