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/02/11 18:57:07 UTC

[arrow] branch master updated (e2177ac -> f854659)

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 e2177ac  ARROW-7832: [R] Patches to 0.16.0 release
     add f854659  ARROW-7795: [Rust] Added support for NOT

No new revisions were added by this update.

Summary of changes:
 .../src/execution/physical_plan/expressions.rs     | 65 ++++++++++++++++++++++
 rust/datafusion/src/logicalplan.rs                 |  9 +++
 .../src/optimizer/projection_push_down.rs          |  1 +
 rust/datafusion/src/optimizer/utils.rs             |  1 +
 rust/datafusion/src/sql/planner.rs                 | 37 ++++++++++--
 5 files changed, 108 insertions(+), 5 deletions(-)