This is an automated email from the ASF dual-hosted git repository.
paddyhoran pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 3145e9b ARROW-6408: [Rust] use "if cfg!" pattern
add dadfd48 ARROW-6487: [Rust] [DataFusion] Introduce common test module
No new revisions were added by this update.
Summary of changes:
rust/datafusion/src/execution/aggregate.rs | 36 ++------
.../src/execution/physical_plan/projection.rs | 57 +-----------
rust/datafusion/src/execution/projection.rs | 4 +-
rust/datafusion/src/execution/table_impl.rs | 24 +----
rust/datafusion/src/lib.rs | 3 +
rust/datafusion/src/test/mod.rs | 101 +++++++++++++++++++++
6 files changed, 120 insertions(+), 105 deletions(-)
create mode 100644 rust/datafusion/src/test/mod.rs