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