You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by mg...@apache.org on 2022/08/16 13:11:31 UTC

[avro] branch avro-3609-rust-support-custom-attributes updated (aa2f64332 -> d970e62be)

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

mgrigorov pushed a change to branch avro-3609-rust-support-custom-attributes
in repository https://gitbox.apache.org/repos/asf/avro.git


    from aa2f64332 AVRO-3609: [Rust] Add support for custom attributes
     add d970e62be AVRO-3609: [Rust] Add support for parsing custom attributes in RecordField

No new revisions were added by this update.

Summary of changes:
 lang/rust/avro/src/schema.rs   | 102 ++++++++++++++++++++++++++++++++++-------
 lang/rust/avro/src/types.rs    |   4 ++
 lang/rust/avro/tests/schema.rs |   1 +
 3 files changed, 91 insertions(+), 16 deletions(-)