JsonDecoder does not tolerate JSON records with different field order
---------------------------------------------------------------------

                 Key: AVRO-895
                 URL: https://issues.apache.org/jira/browse/AVRO-895
             Project: Avro
          Issue Type: Bug
          Components: java
            Reporter: Tom White


Avro records are represented as JSON objects in the JSON encoding (according to 
the Avro spec http://avro.apache.org/docs/1.5.4/spec.html#schema_record). The 
JSON spec (http://www.json.org/) states that "A [JSON] object is an unordered 
set of name/value pairs". However, the Java JsonDecoder fails to read a JSON 
object as an Avro record if its fields are not in the same order as the schema.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to