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/12/16 14:12:32 UTC

[avro] branch avro-3683-multiple-schemas updated (2fa6fa149 -> 992cf0635)

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

mgrigorov pushed a change to branch avro-3683-multiple-schemas
in repository https://gitbox.apache.org/repos/asf/avro.git


    from 2fa6fa149 AVRO-3683: Formatting
     add 992cf0635 AVRO-3683: WIP

No new revisions were added by this update.

Summary of changes:
 lang/rust/avro/src/decode.rs                       |  3 +-
 lang/rust/avro/src/encode.rs                       |  1 -
 lang/rust/avro/src/reader.rs                       | 72 ++++++++++++++++++----
 lang/rust/avro/src/schema.rs                       |  4 +-
 lang/rust/avro/src/writer.rs                       | 63 +++++++++++++------
 .../rust/avro/tests/to_from_avro_datum_schemata.rs | 55 ++++++++++++-----
 6 files changed, 147 insertions(+), 51 deletions(-)