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/06/02 18:50:40 UTC

[GitHub] [arrow-datafusion] andygrove opened a new issue, #2683: Remove some of the re-exports within the core crate

andygrove opened a new issue, #2683:
URL: https://github.com/apache/arrow-datafusion/issues/2683

   **Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
   There has been a lot of refactoring recently in order to implement subquery support and also to move the SQL query planner and the logical optimization rules into their own crates.
   
   As a result, we now have many re-exports in the core crate that were implemented to reduce the size of PRs. I would like to propose removing these re-exports prior to the 9.0.0 release as part of stabilizing the public API for DataFusion.
   
   **Describe the solution you'd like**
   Remove many re-exports and update imports to use the real locations.
   
   **Describe alternatives you've considered**
   None
   
   **Additional context**
   None


-- 
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 #2683: Remove some of the re-exports within the core crate

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

   I now plan on working on this after the 9.0.0 release


-- 
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 closed issue #2683: Remove `core/logical_plan` module

Posted by GitBox <gi...@apache.org>.
alamb closed issue #2683: Remove `core/logical_plan` module
URL: https://github.com/apache/arrow-datafusion/issues/2683


-- 
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