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 26a36024c2 Move window analysis to the window method (#7672)
add 4b2b7dcfc6 Don't add filters to used columns (#7670)
No new revisions were added by this update.
Summary of changes:
datafusion/core/src/dataframe.rs | 9 +-
datafusion/core/src/datasource/view.rs | 27 ++--
datafusion/expr/src/logical_plan/builder.rs | 11 +-
datafusion/optimizer/src/push_down_filter.rs | 175 +++++++--------------
datafusion/optimizer/src/push_down_projection.rs | 34 +++-
.../src/simplify_expressions/simplify_exprs.rs | 3 +-
.../optimizer/src/unwrap_cast_in_comparison.rs | 8 +-
7 files changed, 127 insertions(+), 140 deletions(-)