You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by al...@apache.org on 2020/12/15 22:10:32 UTC

[arrow] branch master updated (970a9e7 -> 26aef88)

This is an automated email from the ASF dual-hosted git repository.

alamb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from 970a9e7  ARROW-10907: [Rust] Fix Cast UTF8 to Date64
     add 26aef88  ARROW-10900: [Rust] [DataFusion] Resolve TableScan provider eagerly

No new revisions were added by this update.

Summary of changes:
 rust/datafusion/src/datasource/empty.rs            |  76 ++++++++++++++
 rust/datafusion/src/datasource/mod.rs              |   1 +
 rust/datafusion/src/execution/context.rs           |  37 +++----
 rust/datafusion/src/logical_plan/builder.rs        | 114 ++++++---------------
 rust/datafusion/src/logical_plan/mod.rs            |   4 +-
 rust/datafusion/src/logical_plan/plan.rs           |  49 ++++-----
 .../src/optimizer/projection_push_down.rs          |   8 +-
 rust/datafusion/src/physical_plan/planner.rs       |  18 +---
 rust/datafusion/src/sql/planner.rs                 |  65 ++++++------
 rust/datafusion/src/test/mod.rs                    |   2 +-
 rust/datafusion/tests/dataframe.rs                 |   4 +-
 11 files changed, 193 insertions(+), 185 deletions(-)
 create mode 100644 rust/datafusion/src/datasource/empty.rs