[ https://issues.apache.org/jira/browse/AVRO-3075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Daniel Kulp resolved AVRO-3075. ------------------------------- Fix Version/s: 1.11.0 Resolution: Fixed > Avro.AvroException namespaces with reserved words cause deserialisation issue > when inside an array. > --------------------------------------------------------------------------------------------------- > > Key: AVRO-3075 > URL: https://issues.apache.org/jira/browse/AVRO-3075 > Project: Apache Avro > Issue Type: Bug > Components: csharp > Affects Versions: 1.10.1 > Reporter: Dave Craft > Priority: Minor > Labels: pull-request-available > Fix For: 1.11.0 > > Attachments: ComplexTypeWithReservedWords.avsc > > > Given the attached avro file.. when using avrogen and the specific > deserializer I'm getting an exception: > > Avro.AvroException : Unable to find type > 'Avro.Test.Specific.@return.ArrayItem' in all loaded assemblies in field > ArrayItems > > I have looked into it and it seems to be that when FInding types it's not > considering mangled type names.. I have a fix available here, mainly though > it's to help you understand the issue, as it might not be the best solution. > [https://github.com/apache/avro/pull/1131] > -- This message was sent by Atlassian Jira (v8.3.4#803005)