alamb commented on code in PR #10597: URL: https://github.com/apache/datafusion/pull/10597#discussion_r1608941760
########## datafusion/expr/src/logical_plan/extension.rs: ########## @@ -248,23 +248,27 @@ pub trait UserDefinedLogicalNodeCore: /// For example: `TopK: k=10` fn fmt_for_explain(&self, f: &mut fmt::Formatter) -> fmt::Result; - /// Create a new `ExtensionPlanNode` with the specified children + #[deprecated(since = "39.0.0", note = "use with_exprs_and_inputs instead")] Review Comment: ❤️ -- 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-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org