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/15 10:57:29 UTC

[arrow] branch master updated (645c3f9 -> 1251f53)

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 645c3f9  ARROW-11472: [Python][CI] Remove temporary pin of numpy in kartothek integration build
     add 1251f53  ARROW-12317: [Rust] JSON writer support for time, duration and date

No new revisions were added by this update.

Summary of changes:
 rust/arrow/src/array/array_primitive.rs |  29 +++-
 rust/arrow/src/datatypes/types.rs       |   4 +
 rust/arrow/src/json/writer.rs           | 259 ++++++++++++++++++++++++++++++--
 rust/arrow/src/temporal_conversions.rs  |  26 +++-
 4 files changed, 305 insertions(+), 13 deletions(-)