ReflectData thinks the instance of a java.util.Map as a record type
-------------------------------------------------------------------

                 Key: AVRO-1056
                 URL: https://issues.apache.org/jira/browse/AVRO-1056
             Project: Avro
          Issue Type: Bug
          Components: java
    Affects Versions: 1.6.3
         Environment: MacOSX 10.7.2
Eclipse 3.7
JDK1.6
            Reporter: Kevin Zhao
             Fix For: 1.6.3


the avro's java api org.apache.avro.reflect.ReflectData.isRecord() should add 
the following code.

  if (datum instanceof Map) return false;

--
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

        

Reply via email to