You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by dh...@apache.org on 2023/04/01 09:24:32 UTC

[arrow-datafusion] branch main updated (533bb5ccf -> 5bc005122)

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

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


    from 533bb5ccf Minor: clean up timestamp arithmetic tests (#5803)
     add 5bc005122 improve filter pushdown to join (#5770)

No new revisions were added by this update.

Summary of changes:
 benchmarks/expected-plans/q17.txt            | 104 ++++++++-------
 benchmarks/expected-plans/q19.txt            |  73 +++++------
 benchmarks/expected-plans/q20.txt            | 165 ++++++++++++------------
 benchmarks/expected-plans/q7.txt             | 181 +++++++++++++--------------
 datafusion/core/src/physical_plan/planner.rs |   9 +-
 datafusion/core/tests/sql/joins.rs           |  20 ++-
 datafusion/core/tests/sql/predicates.rs      |  12 +-
 datafusion/core/tests/sql/subqueries.rs      |  28 ++---
 datafusion/optimizer/src/push_down_filter.rs | 151 +++++++++++++++++-----
 9 files changed, 399 insertions(+), 344 deletions(-)