You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Doug Cutting (JIRA)" <ji...@apache.org> on 2012/05/11 23:05:49 UTC

[jira] [Updated] (AVRO-1051) SpecificData returns incorrect Class type for UNION in schema

     [ https://issues.apache.org/jira/browse/AVRO-1051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Doug Cutting updated AVRO-1051:
-------------------------------

    Fix Version/s: 1.7.0
         Assignee: Hamed Asghari

+1 The patch looks good for me, tests pass, etc.

I'll commit this soon unless someone objects.
                
> SpecificData returns incorrect Class type for UNION in schema
> -------------------------------------------------------------
>
>                 Key: AVRO-1051
>                 URL: https://issues.apache.org/jira/browse/AVRO-1051
>             Project: Avro
>          Issue Type: Bug
>          Components: java
>    Affects Versions: 1.6.3
>            Reporter: Hamed Asghari
>            Assignee: Hamed Asghari
>              Labels: patch
>             Fix For: 1.7.0
>
>         Attachments: SpecificDataWithUnitTests.patch
>
>
> Java reflection fails to find the method invoked by the client due to incorrect parameter types. 
> This issue arises when a message request field has a UNION type where one type is "null" and the other type is a primitive like "int". In this case, the class type returned by the {{getClass(Schema)}} method in {{SpecificData}} is {{int}} instead of {{java.lang.Integer}} which results in a {{NoSuchMethodException}}.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira