You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by al...@apache.org on 2023/01/18 18:25:02 UTC

[arrow-datafusion] branch master updated (ba9fc129b -> ef4ca7e8f)

This is an automated email from the ASF dual-hosted git repository.

alamb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git


    from ba9fc129b propagate planning error (#4940)
     add ef4ca7e8f Improve documentation for ExprVisitor, port simple uses to new walking function (#4916)

No new revisions were added by this update.

Summary of changes:
 datafusion/expr/src/expr_visitor.rs      | 85 ++++++++++++++++-------------
 datafusion/expr/src/logical_plan/plan.rs |  7 ++-
 datafusion/expr/src/utils.rs             | 94 ++++++++++----------------------
 datafusion/optimizer/src/utils.rs        | 33 +++++------
 4 files changed, 93 insertions(+), 126 deletions(-)