Add test for schema promotion to Python implementation ------------------------------------------------------
Key: AVRO-299 URL: https://issues.apache.org/jira/browse/AVRO-299 Project: Avro Issue Type: Test Components: spec Reporter: Jeff Hammerbacher the writer's schema may be promoted to the reader's as follows: * int is promotable to long, float, or double * long is promotable to float or double * float is promotable to double -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.