You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/09/13 19:42:00 UTC

[jira] [Work logged] (AVRO-3075) Avro.AvroException namespaces with reserved words cause deserialisation issue when inside an array.

     [ https://issues.apache.org/jira/browse/AVRO-3075?focusedWorklogId=650215&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-650215 ]

ASF GitHub Bot logged work on AVRO-3075:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 13/Sep/21 19:41
            Start Date: 13/Sep/21 19:41
    Worklog Time Spent: 10m 
      Work Description: dkulp merged pull request #1131:
URL: https://github.com/apache/avro/pull/1131


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@avro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 650215)
    Remaining Estimate: 0h
            Time Spent: 10m

> 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
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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)