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