This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a change to branch avro-4004-strip-logical-types
in repository https://gitbox.apache.org/repos/asf/avro.git
from 2811113ac AVRO-4004: [Rust] Ignore logicalType fields when creating
the canonical form
add 9456bc4e9 AVRO-4004: [Rust] Ignore the namespace for non-named schemas
No new revisions were added by this update.
Summary of changes:
lang/rust/avro/src/schema.rs | 17 +-
lang/rust/avro/tests/schema.rs | 651 +------------------------
lang/rust/avro/tests/schema_equality_tests.rs | 39 ++
lang/rust/avro_test_helper/src/data.rs | 661 ++++++++++++++++++++++++++
lang/rust/avro_test_helper/src/lib.rs | 1 +
5 files changed, 718 insertions(+), 651 deletions(-)
create mode 100644 lang/rust/avro/tests/schema_equality_tests.rs
create mode 100644 lang/rust/avro_test_helper/src/data.rs