Commits


frankgrimes97 authored and GitHub committed 5c0b17dec3d
[AVRO-2943] Add new GenericData String/Utf8 ARRAY comparison test (#2137) GenericRecord comparison already handles String vs Utf8 for ARRAY elements. This just adds a unit test to explicitly verify the current correct behaviour. Also renamed GenericData String/Utf8 MAP unit tests which were added on https://github.com/apache/avro/pull/974 to improve clarity on what those tests are actually verifying. https://issues.apache.org/jira/browse/AVRO-2943