[
https://issues.apache.org/jira/browse/AVRO-1617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15075213#comment-15075213
]
Hudson commented on AVRO-1617:
------------------------------
SUCCESS: Integrated in AvroJava #563 (See
[https://builds.apache.org/job/AvroJava/563/])
AVRO-1617: C: Fix equality checking of record schemas. Contributed by Skye
Wanderman-Milne. (martinkl: rev 1722361)
* trunk/CHANGES.txt
* trunk/lang/c/src/schema_equal.c
> C library: schema_record_equal can return true if schemas have different # of
> fields
> ------------------------------------------------------------------------------------
>
> Key: AVRO-1617
> URL: https://issues.apache.org/jira/browse/AVRO-1617
> Project: Avro
> Issue Type: Bug
> Components: c
> Affects Versions: 1.7.7
> Reporter: Skye Wanderman-Milne
> Assignee: Skye Wanderman-Milne
> Fix For: 1.8.0
>
> Attachments: AVRO-1617.patch
>
>
> schema_record_equal(a, b) will return true if schema b contains more fields
> than schema a, as long as b contains all of a's fields. It should return
> false in this case.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)