chenkovsky commented on code in PR #14057: URL: https://github.com/apache/datafusion/pull/14057#discussion_r1938650952
########## datafusion/expr/src/logical_plan/plan.rs: ########## @@ -370,26 +370,6 @@ impl LogicalPlan { } } - /// Gather the schema representating the metadata columns that this plan outputs. - /// This is done by recursively traversing the plan and collecting the metadata columns that are output - /// from inner nodes. - /// See [TableProvider](../catalog/trait.TableProvider.html#method.metadata_columns) for more information on metadata columns in general. Review Comment: > I don't seem to be able to find that reference in this PR ... was this added elsewhere in a PR that has yet to be merged? @Omega359 also please review latest codes, it's removed already. -- 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