C implementation should return json parse errors
------------------------------------------------

                 Key: AVRO-463
                 URL: https://issues.apache.org/jira/browse/AVRO-463
             Project: Avro
          Issue Type: Improvement
          Components: c
    Affects Versions: 1.3.0
            Reporter: Jeff Hodges
            Priority: Minor


Currently, the C implementation does not return the JSON parse errors from the 
underlying JSON library and instead simply returns EINVAL.

This makes debugging difficult. For instance, I had to hack the source code to 
figure out why AVRO-462 was happening. We could use the very nice text field on 
current jansson library's json_error_t struct.

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