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/11/23 18:07:22 UTC

[arrow] branch master updated (a15c6fc -> 7a05410)

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 a15c6fc  ARROW-10610: [C++] Updated vendored fast_float version to latest
     add 7a05410  ARROW-10679: [Rust] [DataFusion] Implement CASE WHEN physical expression

No new revisions were added by this update.

Summary of changes:
 rust/datafusion/src/physical_plan/expressions.rs   | 563 ++++++++++++++++++++-
 rust/datafusion/src/physical_plan/filter.rs        |   2 +-
 rust/datafusion/src/physical_plan/functions.rs     |   8 +-
 .../datafusion/src/physical_plan/hash_aggregate.rs |   4 +-
 rust/datafusion/src/physical_plan/hash_join.rs     |   2 +-
 rust/datafusion/src/physical_plan/mod.rs           |   4 +-
 rust/datafusion/src/physical_plan/projection.rs    |   2 +-
 7 files changed, 560 insertions(+), 25 deletions(-)