You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/11/11 22:00:25 UTC

[GitHub] [arrow-datafusion] alamb opened a new issue, #4181: Continue to break datafusion crate into smaller crates

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: github-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-datafusion] andygrove commented on issue #4181: Continue to break datafusion crate into smaller crates

Posted by GitBox <gi...@apache.org>.
andygrove commented on issue #4181:
URL: https://github.com/apache/arrow-datafusion/issues/4181#issuecomment-1313919028

   Sounds good to me.


-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-datafusion] alamb commented on issue #4181: Continue to break datafusion crate into smaller crates

Posted by "alamb (via GitHub)" <gi...@apache.org>.
alamb commented on issue #4181:
URL: https://github.com/apache/arrow-datafusion/issues/4181#issuecomment-1450740228

   I have begun this work in https://github.com/apache/arrow-datafusion/pull/5432


-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org