Hi people, I found an interesting and critical bug that blocks reflect serialization and deserialization for schemas with the same field name but different record type.
JIRa story: https://issues.apache.org/jira/browse/AVRO-3685 PR to fix: https://github.com/apache/avro/pull/2017 Unit tests that illustrate bug and proof fix: https://github.com/apache/avro/blob/335bb53578be83f0544909def65f1205b414de2b/lang/csharp/src/apache/test/Reflect/ClassCacheTests/LoadClassCacheTests.cs#L45 Please review. Best Regards, Khrystyna
