[ 
https://issues.apache.org/jira/browse/AVRO-462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Martin Kleppmann resolved AVRO-462.
-----------------------------------
       Resolution: Duplicate
    Fix Version/s: 1.8.0

Closing as duplicate of AVRO-1691.

> C implementation does not accept "simple" primitive schemas
> -----------------------------------------------------------
>
>                 Key: AVRO-462
>                 URL: https://issues.apache.org/jira/browse/AVRO-462
>             Project: Avro
>          Issue Type: Bug
>          Components: c
>    Affects Versions: 1.3.0
>            Reporter: Jeff Hodges
>             Fix For: 1.8.0
>
>
> Schemas like "null", "int", "string", etc. (instead of the longer, {type: 
> "null"}, {type: "int"}, etc.) are not accepted by the C implementation.
> This seems to be a problem with the jansson JSON library used. It (strictly 
> correctly) says that simple strings are not JSON objects.
> Switching to the yajl[1] library would fix this as yajl accepts "subsets" of 
> JSON like strings, numbers and so on. 
> [1] http://lloyd.github.com/yajl/



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

Reply via email to