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/05 18:17:49 UTC

[arrow] branch master updated (4f9a94b -> 6db1183)

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 4f9a94b  ARROW-12155: [R] Require Table columns to be same length
     add 6db1183  ARROW-11822: [Rust][Datafusion] Support case sensitive comparisons for functions and aggregates

No new revisions were added by this update.

Summary of changes:
 rust/datafusion/src/execution/context.rs        | 177 +++++++++++++++++++++++-
 rust/datafusion/src/physical_plan/aggregates.rs |  12 +-
 rust/datafusion/src/sql/planner.rs              |  14 +-
 3 files changed, 194 insertions(+), 9 deletions(-)