You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Chris Wong (JIRA)" <ji...@apache.org> on 2016/02/11 16:30:18 UTC

[jira] [Created] (AVRO-1800) GenericRecord.ToString always produces invalid JSON

Chris Wong created AVRO-1800:
--------------------------------

             Summary: GenericRecord.ToString always produces invalid JSON
                 Key: AVRO-1800
                 URL: https://issues.apache.org/jira/browse/AVRO-1800
             Project: Avro
          Issue Type: Bug
          Components: csharp
            Reporter: Chris Wong
            Priority: Minor


When GenericRecord ToString is run, trailing commas are added after every single KeyValuePair stored in the record.  The extra commas lead to the JSON being invalid.  The presence of the schema in the ToString() also leads to the ToString() being different from the Java implementation.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)