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.git.
from 8455e33 ARROW-9815: [Rust][DataFusion] Remove the use of Arc/Mutex to
protect plan time structures
add 956502c ARROW-9889: [Rust][DataFusion] Implement physical plan for
EmptyRelation
No new revisions were added by this update.
Summary of changes:
.../src/execution/physical_plan/empty.rs | 139 +++++++++++++++++++++
.../src/execution/physical_plan/explain.rs | 2 +-
rust/datafusion/src/execution/physical_plan/mod.rs | 1 +
.../src/execution/physical_plan/planner.rs | 19 ++-
rust/datafusion/tests/sql.rs | 19 ++-
5 files changed, 169 insertions(+), 11 deletions(-)
create mode 100644 rust/datafusion/src/execution/physical_plan/empty.rs