andygrove commented on code in PR #2569: URL: https://github.com/apache/arrow-datafusion/pull/2569#discussion_r876399639
########## datafusion/core/src/logical_plan/builder.rs: ########## @@ -17,7 +17,6 @@ //! This module provides a builder for creating LogicalPlans -use crate::datasource::TableProvider; Review Comment: This was the main objective - removing one of the final dependencies from `LogicalPlanBuilder` to the "core" `datafusion` crate. -- 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]
