python parser doesn't check for ambiguous unions/enums ------------------------------------------------------
Key: AVRO-207 URL: https://issues.apache.org/jira/browse/AVRO-207 Project: Avro Issue Type: Bug Components: python Affects Versions: 1.2.0 Reporter: Patrick Hunt Priority: Minor The python parser doesn't flag these as ambiguous (java flags the union, but not the enum) "response": {"name":"E1", "type":"enum", "symbols":["AA", "AA"]}, "response": ["long","long"], -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.