You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ag...@apache.org on 2021/04/29 14:31:44 UTC

[arrow-datafusion] branch master updated (f43dc44 -> aa033db)

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

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


    from f43dc44  update arrow-rs deps to latest master (#216)
     add aa033db  Add rule to eliminate `LIMIT 0` and replace it with an `EmptyRelation` (#213)

No new revisions were added by this update.

Summary of changes:
 datafusion/src/execution/context.rs         |   5 +-
 datafusion/src/optimizer/eliminate_limit.rs | 122 ++++++++++++++++++++++++++++
 datafusion/src/optimizer/mod.rs             |   1 +
 3 files changed, 127 insertions(+), 1 deletion(-)
 create mode 100644 datafusion/src/optimizer/eliminate_limit.rs