[ https://issues.apache.org/jira/browse/AVRO-208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Doug Cutting updated AVRO-208: ------------------------------ Attachment: AVRO-208.patch Here's a patch that prohibits duplicate enum symbols in the spec and in Java. > java specific compiler doesn't check for ambiguous enums > -------------------------------------------------------- > > Key: AVRO-208 > URL: https://issues.apache.org/jira/browse/AVRO-208 > Project: Avro > Issue Type: Bug > Components: spec > Affects Versions: 1.2.0 > Reporter: Patrick Hunt > Fix For: 1.3.0 > > Attachments: AVRO-208.patch > > > the java specific compiler flags ambiguous unions but not enums > "response": {"name":"E1", "type":"enum", "symbols":["AA", "AA"]}, -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.