This is an automated email from the ASF dual-hosted git repository.
jakevin pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
from b9759b9810 Consolidate LogicalPlan tree node walking/rewriting code
into one module (#10034)
add 58e0b599a2 Introduce `OptimizerRule::rewrite` to rewrite in place,
Rewrite `SimplifyExprs` to avoid copies (#9954)
No new revisions were added by this update.
Summary of changes:
datafusion/core/tests/simplification.rs | 25 ++--
datafusion/optimizer/src/optimizer.rs | 50 +++++--
.../src/simplify_expressions/simplify_exprs.rs | 152 ++++++++++++---------
3 files changed, 139 insertions(+), 88 deletions(-)