alamb opened a new issue, #4181: URL: https://github.com/apache/arrow-datafusion/issues/4181
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** Quoting @Jimexist on https://github.com/apache/arrow-datafusion/issues/1750 > It helps with code management and dependency reasoning Also I have heard annecdotal reports that compiling datafusion takes too long / too much memory to compile which is sad. **Describe the solution you'd like** - [ ] split out configuration (SessionState, ConfigOptions, etc) into datafusion-config - [ ] https://github.com/apache/arrow-datafusion/issues/1754 **Describe alternatives you've considered** Leave as is **Additional context** First part of split was in https://github.com/apache/arrow-datafusion/issues/1750, driven by @Jimexist ❤️ -- 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]
