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/11 19:14:33 UTC

[arrow] branch master updated (a3609dd -> 5db284f)

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 a3609dd  ARROW-10836: [Rust] Extend take kernel to FixedSizeListArray
     add 5db284f  ARROW-10854: [Rust] [DataFusion] Simplify logical plan scans

No new revisions were added by this update.

Summary of changes:
 rust/datafusion/benches/aggregate_query_sql.rs     |   2 +-
 rust/datafusion/benches/filter_query_sql.rs        |   2 +-
 rust/datafusion/benches/math_query_sql.rs          |   2 +-
 rust/datafusion/examples/dataframe_in_memory.rs    |   2 +-
 rust/datafusion/examples/simple_udaf.rs            |   2 +-
 rust/datafusion/examples/simple_udf.rs             |   2 +-
 rust/datafusion/src/datasource/memory.rs           |  12 +--
 rust/datafusion/src/execution/context.rs           |  68 +++++---------
 rust/datafusion/src/logical_plan/builder.rs        | 102 ++++++++++++---------
 rust/datafusion/src/logical_plan/plan.rs           |  63 -------------
 .../src/optimizer/projection_push_down.rs          |  63 -------------
 rust/datafusion/src/optimizer/utils.rs             |   9 --
 rust/datafusion/src/physical_plan/planner.rs       |  36 --------
 rust/datafusion/src/test/mod.rs                    |   2 +-
 rust/datafusion/tests/sql.rs                       |  26 +++---
 15 files changed, 108 insertions(+), 285 deletions(-)