[
https://issues.apache.org/jira/browse/AVRO-462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bruce Mitchener updated AVRO-462:
---------------------------------
Fix Version/s: 1.4.0
> 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.4.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 is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.