Commits


Michael A. Smith authored and Fokko Driesprong committed d3011c98d74
AVRO-2104: Schema normalization and fingerprinting for Python 3 (#536) * AVRO-2104: Schema normalization and fingerprinting for Python 3. An implementation of schema normalization and fingerprinting for Python 3. The code is a fairly literal translation of the Java code and is entirely additional to the existing code, except for one small change in the way schema.Name is implemented to improve compatibility with the Java version. The new implementation is covered by 138 unit tests which have been automatically generated by a script (not provided) which executed the Java Avro normalization and fingerprinting code to provide expected values for the Python implementation to reproduce. * AVRO-2104: Include License Header Closes #258 Closes #536