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 f48dc72220 Remove the statistics() api in execution plan (#20319)
     add 9c6a35ffea feat: add ExtractLeafExpressions optimizer rule for 
get_field pushdown (#20117)

No new revisions were added by this update.

Summary of changes:
 .../optimizer/src/extract_leaf_expressions.rs      | 1658 +++++++++++++++++++-
 .../optimizer/src/optimize_projections/mod.rs      |   14 +-
 datafusion/optimizer/src/optimizer.rs              |    3 +
 datafusion/sqllogictest/test_files/explain.slt     |    8 +
 datafusion/sqllogictest/test_files/insert.slt      |    2 +-
 .../test_files/projection_pushdown.slt             |  539 ++++---
 .../sqllogictest/test_files/push_down_filter.slt   |    9 +-
 datafusion/sqllogictest/test_files/struct.slt      |    2 +-
 datafusion/sqllogictest/test_files/unnest.slt      |    2 +-
 9 files changed, 1951 insertions(+), 286 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to