[
https://issues.apache.org/jira/browse/AVRO-1691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15107653#comment-15107653
]
Hudson commented on AVRO-1691:
------------------------------
SUCCESS: Integrated in AvroJava #571 (See
[https://builds.apache.org/job/AvroJava/571/])
AVRO-1691. C: Allow schemas consisting only of a primitive type. Contributed by
Magnus Edenhill. (martinkl: rev 1725611)
* trunk/CHANGES.txt
* trunk/lang/c/src/schema.c
* trunk/lang/c/tests/CMakeLists.txt
* trunk/lang/c/tests/test_avro_1691.c
> 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
> Components: c
> Affects Versions: 1.7.7
> Reporter: Vikas Kumar
> Fix For: 1.8.0
>
> Attachments: AVRO-1691.patch
>
>
> 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)