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 2021/02/21 12:07:46 UTC

[arrow] branch master updated (aebabca -> 924449e)

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 aebabca  ARROW-11572: [Rust] Add a kernel for division by single scalar
     add 924449e  ARROW-11426: [Rust][DataFusion] EXTRACT support

No new revisions were added by this update.

Summary of changes:
 rust/datafusion/src/logical_plan/expr.rs           |   4 +-
 rust/datafusion/src/logical_plan/mod.rs            |   1 -
 .../src/physical_plan/datetime_expressions.rs      | 109 +++++++++++++++++++--
 .../src/physical_plan/expressions/mod.rs           |   1 -
 rust/datafusion/src/physical_plan/functions.rs     |  27 +++++
 rust/datafusion/src/physical_plan/type_coercion.rs |  51 +++++++---
 rust/datafusion/src/sql/planner.rs                 |   7 ++
 rust/datafusion/tests/sql.rs                       |  20 +++-
 8 files changed, 192 insertions(+), 28 deletions(-)