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

mgrigorov pushed a change to branch avro-3646-serde-for-enum-mixed-variants
in repository https://gitbox.apache.org/repos/asf/avro.git


    from b80ac0884 AVRO-3646: Add some missing enum branches
     add 1cc42602c AVRO-3646: integration tests for (de)serializing of enum 
with mixed variants (#1949)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/test-lang-rust-audit.yml         |   2 +-
 .github/workflows/test-lang-rust-ci.yml            |   2 +-
 .github/workflows/test-lang-rust-clippy.yml        |   2 +-
 lang/rust/avro/src/ser.rs                          |  26 +--
 lang/rust/avro/tests/serde_enum.rs                 | 164 +++++++++++++++++
 lang/rust/avro/tests/serde_enum_with_duplicates.rs | 199 +++++++++++++++++++++
 6 files changed, 381 insertions(+), 14 deletions(-)
 create mode 100644 lang/rust/avro/tests/serde_enum.rs
 create mode 100644 lang/rust/avro/tests/serde_enum_with_duplicates.rs

Reply via email to