You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Skye Wanderman-Milne (JIRA)" <ji...@apache.org> on 2014/12/04 02:18:12 UTC

[jira] [Updated] (AVRO-1617) C library: schema_record_equal can return true if schemas have different # of fields

     [ https://issues.apache.org/jira/browse/AVRO-1617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Skye Wanderman-Milne updated AVRO-1617:
---------------------------------------
    Status: Patch Available  (was: Open)

> 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
>         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)