[ https://issues.apache.org/jira/browse/AVRO-1617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15075121#comment-15075121 ]
ASF subversion and git services commented on AVRO-1617: ------------------------------------------------------- Commit 1722362 from [~martinkl] in branch 'avro/branches/branch-1.8' [ https://svn.apache.org/r1722362 ] AVRO-1617: C: Fix equality checking of record schemas. Contributed by Skye Wanderman-Milne. > 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)