This is an automated email from the ASF dual-hosted git repository.
alamb pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
from cb21404bd3 Avoid `LogicalPlan::clone()` in `LogicalPlan::map_children`
when possible (#9999)
add 57b2656e1d Introduce `TreeNode::exists()` API, avoid copying
expressions (#10008)
No new revisions were added by this update.
Summary of changes:
datafusion/common/src/tree_node.rs | 17 +++++++++++++++++
datafusion/expr/src/expr.rs | 4 ++--
datafusion/expr/src/logical_plan/plan.rs | 15 +++++++++++++++
datafusion/optimizer/src/analyzer/subquery.rs | 9 +--------
datafusion/optimizer/src/decorrelate.rs | 2 +-
5 files changed, 36 insertions(+), 11 deletions(-)