[ 
https://issues.apache.org/jira/browse/AVRO-1278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13666308#comment-13666308
 ] 

Douglas Creager commented on AVRO-1278:
---------------------------------------

This is an issue in the underlying JSON library that we're using.  Jansson 
doesn't support NUL bytes in JSON string values.  They have an [open 
issue|https://github.com/akheron/jansson/pull/63] for this, but it hasn't been 
updated in awhile.  If this gets merged into Jansson, then we can update the 
version that we have embedded in the Avro C library source, and then this error 
would go away.

The alternative would be to switch to a different JSON library, though that 
would be a pretty invasive change.
                
> Avro-C: Error parsing schema with fixed field default value
> -----------------------------------------------------------
>
>                 Key: AVRO-1278
>                 URL: https://issues.apache.org/jira/browse/AVRO-1278
>             Project: Avro
>          Issue Type: Bug
>          Components: c
>    Affects Versions: 1.7.4
>            Reporter: Carl Steinbach
>            Assignee: Carl Steinbach
>         Attachments: ComplexTypes.avro
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to