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/08/19 17:17:04 UTC

[arrow] branch master updated (438a140 -> 3685e42)

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 438a140  ARROW-4648: [C++] Use underscores in source file names
     add 3685e42  ARROW-6287: [Rust] [DataFusion] TableProvider.scan() returns thread-safe BatchIterator

No new revisions were added by this update.

Summary of changes:
 rust/datafusion/Cargo.toml                         |   1 +
 rust/datafusion/src/datasource/csv.rs              |   9 +-
 rust/datafusion/src/datasource/datasource.rs       |  15 +--
 rust/datafusion/src/datasource/memory.rs           |   9 +-
 rust/datafusion/src/datasource/mod.rs              |   2 +-
 rust/datafusion/src/datasource/parquet.rs          | 106 +++++++++++++++++++--
 rust/datafusion/src/execution/physical_plan/csv.rs |   5 +
 rust/datafusion/src/execution/physical_plan/mod.rs |   2 +
 .../src/execution/physical_plan/projection.rs      |   5 +
 rust/datafusion/src/execution/relation.rs          |   6 +-
 10 files changed, 128 insertions(+), 32 deletions(-)