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-rs.git


    from fedef666ee Migrate `arrow-pyarrow` to Rust 2024 (#8485)
     add 447bf3e30d Adds Duration(TimeUnit) support to arrow-avro reader and 
writer (#8433)

No new revisions were added by this update.

Summary of changes:
 arrow-avro/Cargo.toml                            |   1 +
 arrow-avro/src/codec.rs                          |  40 ++++++
 arrow-avro/src/lib.rs                            |   7 ++
 arrow-avro/src/reader/mod.rs                     | 109 ++++++++++++++++-
 arrow-avro/src/reader/record.rs                  | 148 +++++++++++++++++++++++
 arrow-avro/src/schema.rs                         |  39 ++++--
 arrow-avro/src/writer/encoder.rs                 |  78 +++++++++++-
 arrow-avro/src/writer/mod.rs                     |  70 ++++++++++-
 arrow-avro/test/data/README.md                   |  72 +++++++++++
 arrow-avro/test/data/duration_logical_types.avro | Bin 0 -> 556 bytes
 10 files changed, 548 insertions(+), 16 deletions(-)
 create mode 100644 arrow-avro/test/data/duration_logical_types.avro

Reply via email to