You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Jeff Hodges (JIRA)" <ji...@apache.org> on 2010/03/14 06:39:27 UTC

[jira] Created: (AVRO-463) C implementation should return json parse errors

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.