alamb commented on issue #10465: URL: https://github.com/apache/datafusion/issues/10465#issuecomment-2107222678
Great idea @ClSlaid Thanks to @AbrarNitk we have a first version of `LogicalPlanBuilder::from(arc_input)` in https://github.com/apache/datafusion/pull/10466 🙏 I think we should merge that PR and then make a second PR (and maybe a second ticket) about switching the internal representation from https://github.com/apache/datafusion/blob/8cc92a921f3b0296caf035edb66a4b3c422f084d/datafusion/expr/src/logical_plan/builder.rs#L98-L101 To ```rust pub struct LogicalPlanBuilder { plan: Arc<LogicalPlan>, } ``` -- 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]
