You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by tu...@apache.org on 2024/01/11 17:17:24 UTC

(arrow-rs) branch master updated (72d8a78317 -> 4a6ae68ad8)

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

tustvold pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


    from 72d8a78317 Extend string parsing support for Date32 to encompass the timestamp format (#5282)
     add 4a6ae68ad8 Map AvroSchema to Arrow (#4886) (#5009)

No new revisions were added by this update.

Summary of changes:
 arrow-avro/src/codec.rs         | 315 ++++++++++++++++++++++++++++++++++++++++
 arrow-avro/src/lib.rs           |   2 +
 arrow-avro/src/reader/header.rs |  31 +++-
 arrow-avro/src/schema.rs        |  40 ++++-
 4 files changed, 382 insertions(+), 6 deletions(-)
 create mode 100644 arrow-avro/src/codec.rs