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/12 11:11:22 UTC

[arrow] branch master updated (05fe095 -> 2be54a5)

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 05fe095  ARROW-11570: [Rust] ScalarValue - support Date64
     add 2be54a5  ARROW-11563: [Rust] Support Cast(Utf8, TimeStamp(Nanoseconds, None))

No new revisions were added by this update.

Summary of changes:
 rust/arrow/src/compute/kernels/cast.rs             |  36 +++
 .../src/compute/kernels/cast_utils.rs}             | 283 +--------------------
 rust/arrow/src/compute/kernels/mod.rs              |   1 +
 rust/arrow/src/error.rs                            |   2 +
 .../src/physical_plan/datetime_expressions.rs      | 282 +-------------------
 5 files changed, 51 insertions(+), 553 deletions(-)
 copy rust/{datafusion/src/physical_plan/datetime_expressions.rs => arrow/src/compute/kernels/cast_utils.rs} (51%)