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/03 18:41:01 UTC

[arrow] branch master updated (68777f9 -> 3d4c2bb)

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 68777f9  ARROW-11439: [Rust] Add year support to temporal kernels
     add 3d4c2bb  ARROW-11431: [Rust][DataFusion] Support the HAVING clause.

No new revisions were added by this update.

Summary of changes:
 rust/datafusion/README.md          |   1 +
 rust/datafusion/src/sql/planner.rs | 396 +++++++++++++++++++++++++++++++++++--
 rust/datafusion/src/sql/utils.rs   |  33 ++++
 rust/datafusion/tests/sql.rs       |  46 +++++
 4 files changed, 462 insertions(+), 14 deletions(-)