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/12/05 17:46:35 UTC

[arrow-datafusion] branch master updated (0fca6d5de -> b81453e1e)

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 0fca6d5de Remove interior mutability of `MemTable` (#4514)
     add b81453e1e rename `push_down_limit` (#4510)

No new revisions were added by this update.

Summary of changes:
 datafusion/optimizer/src/eliminate_limit.rs                    |  4 ++--
 datafusion/optimizer/src/lib.rs                                |  2 +-
 datafusion/optimizer/src/optimizer.rs                          |  4 ++--
 .../optimizer/src/{limit_push_down.rs => push_down_limit.rs}   | 10 +++++-----
 4 files changed, 10 insertions(+), 10 deletions(-)
 rename datafusion/optimizer/src/{limit_push_down.rs => push_down_limit.rs} (99%)