[
https://issues.apache.org/jira/browse/AVRO-1051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Doug Cutting updated AVRO-1051:
-------------------------------
Resolution: Fixed
Status: Resolved (was: Patch Available)
I committed this. Thanks, Hamed!
> 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