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 97a1b21 add `cargo check --release` to ci (#1737)
add 15cfcbc Move optimize test out of context.rs (#1742)
No new revisions were added by this update.
Summary of changes:
datafusion/src/execution/context.rs | 38 -----------------------
datafusion/tests/sql/explain.rs | 60 +++++++++++++++++++++++++++++++++++++
datafusion/tests/sql/mod.rs | 1 +
3 files changed, 61 insertions(+), 38 deletions(-)
create mode 100644 datafusion/tests/sql/explain.rs