You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ag...@apache.org on 2019/09/11 13:19:26 UTC

[arrow] branch master updated (1d27386 -> 28bfd2b)

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 1d27386  ARROW-6506: [C++] Fix validation of ExtensionArray with struct storage type
     add 28bfd2b  ARROW-6101: [Rust] [DataFusion] Parallel execution of physical query plan

No new revisions were added by this update.

Summary of changes:
 rust/datafusion/Cargo.toml                         |   2 +-
 rust/datafusion/src/datasource/csv.rs              |  19 ++-
 rust/datafusion/src/execution/context.rs           | 173 ++++++++++++++++++++-
 rust/datafusion/src/execution/physical_plan/csv.rs |  44 +++---
 .../src/execution/physical_plan/datasource.rs      |  73 +++++++++
 rust/datafusion/src/execution/physical_plan/mod.rs |   1 +
 6 files changed, 280 insertions(+), 32 deletions(-)
 create mode 100644 rust/datafusion/src/execution/physical_plan/datasource.rs