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 b2c29ac8d7 Include license and notice files in more crates (#19913)
     add 3b44bbf60c feat: support pushdown alias on dynamic filter with 
`ProjectionExec` (#19404)

No new revisions were added by this update.

Summary of changes:
 Cargo.lock                                         |   1 +
 datafusion/core/Cargo.toml                         |   1 +
 .../physical_optimizer/filter_pushdown/mod.rs      | 229 ++++++++++
 datafusion/physical-plan/src/column_rewriter.rs    | 383 ++++++++++++++++
 datafusion/physical-plan/src/filter_pushdown.rs    |  76 +++-
 datafusion/physical-plan/src/lib.rs                |   1 +
 datafusion/physical-plan/src/projection.rs         | 493 ++++++++++++++++++++-
 .../test_files/dynamic_filter_pushdown_config.slt  |  31 ++
 datafusion/sqllogictest/test_files/topk.slt        |   2 +-
 9 files changed, 1190 insertions(+), 27 deletions(-)
 create mode 100644 datafusion/physical-plan/src/column_rewriter.rs


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

Reply via email to