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

findepi pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git


    from 5b833b9a63 Refactor HashJoinExec to progressively accumulate dynamic 
filter bounds instead of computing them after data is accumulated (#17444)
     add 0c7d8307a8 Fix `PartialOrd` for logical plan nodes and expressions 
(#17438)

No new revisions were added by this update.

Summary of changes:
 datafusion/expr/src/expr.rs                        |  5 ++-
 datafusion/expr/src/logical_plan/ddl.rs            | 27 ++++++++++--
 datafusion/expr/src/logical_plan/dml.rs            |  4 ++
 datafusion/expr/src/logical_plan/extension.rs      |  7 +++-
 datafusion/expr/src/logical_plan/plan.rs           | 48 ++++++++++++++++++----
 datafusion/expr/src/udaf.rs                        |  6 +--
 datafusion/expr/src/udwf.rs                        |  3 +-
 .../optimizer/src/optimize_projections/mod.rs      |  4 ++
 datafusion/optimizer/src/push_down_filter.rs       |  5 ++-
 datafusion/optimizer/src/push_down_limit.rs        | 10 ++++-
 .../tests/cases/roundtrip_logical_plan.rs          |  2 +
 11 files changed, 99 insertions(+), 22 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@datafusion.apache.org
For additional commands, e-mail: commits-h...@datafusion.apache.org

Reply via email to