Description
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"}Attachments
Attachments
Issue Links
- is cloned by
-
AVRO-1201 GenericRecord.toString can produce invalid JSON
- Closed