GenericRecord.toString can produce invalid JSON
-----------------------------------------------

                 Key: AVRO-713
                 URL: https://issues.apache.org/jira/browse/AVRO-713
             Project: Avro
          Issue Type: Bug
          Components: java
    Affects Versions: 1.4.1
            Reporter: Jay Kreps


The GenericData.toString method can produce invalid JSON. The problem is that 
enums are printed without quotes, as in
{"emum_field":a}
instead of 
{"enum_field":"a"}




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to