You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by al...@apache.org on 2022/05/29 10:37:37 UTC

[arrow-datafusion] branch master updated (df2094ff5 -> f9dddad83)

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

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


    from df2094ff5 Support CREATE OR REPLACE TABLE (#2613)
     add f9dddad83 if none columns in window expr are needed, remove the window exprs (#2634)

No new revisions were added by this update.

Summary of changes:
 .../core/src/optimizer/projection_push_down.rs     |  12 ++
 datafusion/core/tests/sql/window.rs                | 135 +++++++++++++++++++++
 2 files changed, 147 insertions(+)