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(-)