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/03/25 13:42:24 UTC

[arrow] branch master updated (7d63731 -> d3e7c59)

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 7d63731  ARROW-8192: [C++] script for unpack avx512 intrinsics code
     add d3e7c59  ARROW-8197: [Rust] [DataFusion] Fix schema returned by physical plan

No new revisions were added by this update.

Summary of changes:
 rust/datafusion/src/execution/context.rs           | 42 +++++++++-
 .../src/execution/physical_plan/expressions.rs     | 91 +++++++++++++++-------
 .../src/execution/physical_plan/hash_aggregate.rs  | 11 ++-
 .../src/execution/physical_plan/projection.rs      | 10 ++-
 .../src/execution/physical_plan/selection.rs       | 14 +++-
 rust/datafusion/src/logicalplan.rs                 | 15 +++-
 .../src/optimizer/projection_push_down.rs          |  4 +
 rust/datafusion/src/optimizer/utils.rs             |  4 +
 8 files changed, 148 insertions(+), 43 deletions(-)