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 2020/08/23 14:10:30 UTC

[arrow] branch master updated (735c870 -> 657b3d3)

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 735c870  ARROW-9809: [Rust][DataFusion] Fixed type coercion, supertypes and type checking.
     add 657b3d3  ARROW-9833: [Rust] [DataFusion] TableProvider.scan now returns ExecutionPlan

No new revisions were added by this update.

Summary of changes:
 rust/datafusion/src/datasource/csv.rs              |   9 +-
 rust/datafusion/src/datasource/datasource.rs       |   7 +-
 rust/datafusion/src/datasource/memory.rs           |  60 +++++-----
 rust/datafusion/src/datasource/parquet.rs          | 131 +++++++++++----------
 .../src/execution/physical_plan/planner.rs         |   3 +-
 5 files changed, 110 insertions(+), 100 deletions(-)