Commits


Kengo Seki authored and Fokko Driesprong committed 02dbe25e35d
AVRO-2468: Fix broken data interoperability on the Perl bindings (#582) * Fix Avro::Schema to take namespace into consideration when parsing named types in arrays/maps/unions. * Fix Avro::Schema to encode fixed type's size value into numeric when it outputs Avro schema. * To ensure the above fixes work, add data interop test for the Perl bindings.