[
https://issues.apache.org/jira/browse/AVRO-1663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15107651#comment-15107651
]
Hudson commented on AVRO-1663:
------------------------------
SUCCESS: Integrated in AvroJava #571 (See
[https://builds.apache.org/job/AvroJava/571/])
AVRO-1663. C: Fix handling of namespaces for enum and fixed types. (martinkl:
rev 1725614)
* trunk/CHANGES.txt
* trunk/lang/c/src/allocation.c
* trunk/lang/c/src/avro/allocation.h
* trunk/lang/c/src/avro/schema.h
* trunk/lang/c/src/schema.c
* trunk/lang/c/src/schema.h
* trunk/lang/c/src/schema_equal.c
* trunk/lang/c/tests/schema_tests/pass/namespace_enum
* trunk/lang/c/tests/schema_tests/pass/namespace_fixed
* trunk/lang/c/tests/schema_tests/pass/namespace_fullname
> C Library does not handle enum's namespace
> ------------------------------------------
>
> Key: AVRO-1663
> URL: https://issues.apache.org/jira/browse/AVRO-1663
> Project: Avro
> Issue Type: Bug
> Components: c
> Affects Versions: 1.7.7
> Reporter: Thomas Sanchez
> Assignee: Martin Kleppmann
> Fix For: 1.8.0
>
> Attachments: AVRO-1663-2.patch, AVRO-1663-3.patch, AVRO-1663-4.patch,
> AVRO-1663.patch
>
>
> {code}{
> "type": "record",
> "name": "EventName",
> "namespace": "com.company.avro.schemas",
> "fields": [
> {"name": "eventname_model",
> "type": {
> "type": "enum",
> "namespace": "com.company.models",
> "name": "EventName",
> "symbols": ["XXXX"]
> }
> }
> ]
> }
> {code}
> Such a schema is perfectly valid but the C library does no handle it because
> it does not parse the namespace field.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)