[
https://issues.apache.org/jira/browse/AVRO-1691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15010861#comment-15010861
]
Magnus Edenhill commented on AVRO-1691:
---------------------------------------
Also seeing this issue with a simple "string"-only schema.
Since this is the first type of schema defined in the documentation I hope this
issue can receive some attention:
"Schema Declaration
A Schema is represented in JSON by one of:
* A JSON string, naming a defined type.
..."
> Error parsing schema if schema is json string
> ---------------------------------------------
>
> Key: AVRO-1691
> URL: https://issues.apache.org/jira/browse/AVRO-1691
> Project: Avro
> Issue Type: Bug
> Affects Versions: 1.7.7
> Reporter: Vikas Kumar
>
> I have a schema which looks like:
> "int"
> in file_read_header , I got an error: Cannot parse file header: Error parsing
> JSON: '[' or '{' expected near '"int"'
> I see avro-c uses json_loadb from jansson which may be populating this error.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)