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/03/31 17:46:30 UTC

[arrow] branch master updated (9a37f35 -> af4d5f4)

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 9a37f35  ARROW-12108: [Rust] [DataFusion] Implement SHOW TABLES
     add af4d5f4  ARROW-12028 ARROW-11940: [Rust][DataFusion] Add TimestampMillisecond support to GROUP BY/hash aggregates

No new revisions were added by this update.

Summary of changes:
 rust/datafusion/src/logical_plan/plan.rs           | 12 +++---
 rust/datafusion/src/physical_plan/group_scalar.rs  |  5 +++
 .../datafusion/src/physical_plan/hash_aggregate.rs | 21 ++++++++++-
 rust/datafusion/src/physical_plan/hash_join.rs     | 44 ++++++----------------
 rust/datafusion/src/scalar.rs                      | 26 ++++++++++++-
 rust/datafusion/tests/sql.rs                       | 44 ++++++++++++++++++++++
 6 files changed, 110 insertions(+), 42 deletions(-)