This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git
from a61a9c2c10 fix: Ensure ListingTable partitions are pruned when filters
are not used (#17958)
add 41fdab9d29 Push Down Filter Subexpressions in Nested Loop Joins as
Projections (#17906)
No new revisions were added by this update.
Summary of changes:
Cargo.lock | 1 +
datafusion/physical-optimizer/Cargo.toml | 1 +
.../physical-optimizer/src/projection_pushdown.rs | 748 ++++++++++++++++++++-
datafusion/sqllogictest/test_files/join.slt.part | 5 +-
datafusion/sqllogictest/test_files/joins.slt | 10 +-
.../test_files/tpch/plans/q11.slt.part | 97 +--
.../test_files/tpch/plans/q22.slt.part | 41 +-
7 files changed, 824 insertions(+), 79 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]