chenkovsky commented on code in PR #14057:
URL: https://github.com/apache/datafusion/pull/14057#discussion_r1938514464
##########
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:
sorry my fault . i will delete these lines. please ignore them
--
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]