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 2022/11/23 17:28:37 UTC

[arrow-datafusion] branch master updated (e817d75bb -> 502b7e3ca)

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 e817d75bb Update cli.md (#4329)
     add 502b7e3ca reimplement `eliminate_outer_join` (#4272)

No new revisions were added by this update.

Summary of changes:
 datafusion/expr/src/logical_plan/plan.rs           |   6 +
 ...educe_outer_join.rs => eliminate_outer_join.rs} | 358 ++++++++-------------
 datafusion/optimizer/src/lib.rs                    |   2 +-
 datafusion/optimizer/src/optimizer.rs              |   4 +-
 4 files changed, 137 insertions(+), 233 deletions(-)
 rename datafusion/optimizer/src/{reduce_outer_join.rs => eliminate_outer_join.rs} (50%)