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 2023/04/10 16:51:09 UTC

[arrow-datafusion] branch main updated (4ce35ef07d -> 9ceff97c34)

This is an automated email from the ASF dual-hosted git repository.

alamb pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git


    from 4ce35ef07d Remove transmute in datafusion-proto (#5946)
     add 9ceff97c34 support `date_trunc` with `millisecond` and `microsecond` and keep the same type as the input (#5818)

No new revisions were added by this update.

Summary of changes:
 datafusion/core/tests/sql/timestamp.rs             | 52 ++++++++++++++++++++++
 datafusion/expr/src/function.rs                    | 21 +++++++--
 .../physical-expr/src/datetime_expressions.rs      | 41 ++++++++++++++---
 3 files changed, 106 insertions(+), 8 deletions(-)