Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.12.0
Description
If a schema contains a record and some of its fields have the same field name, such schema should not be allowed.
{ "name": "my_schema", "type": "record", "fields": [ { "name": "f1", "type": { "name": "a", "type": "record", "fields": [] } }, { "name": "f1", "type": { "name": "b", "type": "record", "fields": [] } } ] }
But the current Rust binding accept.
Attachments
Issue Links
- links to