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/04/13 11:16:04 UTC

[arrow] branch master updated (7224920 -> 1ed6819)

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 7224920  ARROW-11752: [R] Replace usage of testthat::expect_is()
     add 1ed6819  ARROW-12277: [Rust][DataFusion] Implement Sum/Count/Min/Max aggregates for Timestamp(_,_)

No new revisions were added by this update.

Summary of changes:
 rust/datafusion/src/execution/context.rs           | 115 ++++++++++++++++++
 rust/datafusion/src/physical_plan/aggregates.rs    |  19 ++-
 .../src/physical_plan/datetime_expressions.rs      |   4 +-
 .../src/physical_plan/expressions/min_max.rs       |  49 +++++++-
 rust/datafusion/src/physical_plan/group_scalar.rs  |  24 +++-
 rust/datafusion/src/scalar.rs                      | 132 ++++++++++++++++-----
 rust/datafusion/src/test/mod.rs                    |  92 +++++++++++++-
 7 files changed, 393 insertions(+), 42 deletions(-)