avro icon indicating copy to clipboard operation
avro copied to clipboard

AVRO-3602 Support Map(with non-String keys) and Set in ReflectDatumReader

Open yurybubnov opened this issue 3 years ago • 0 comments

Support Map(with non-String keys) and Set in ReflectDatumReader

Jira

My PR addresses the following AVRO-3602 issues

Tests

My PR adds the following unit tests: TestReflectDatumReader.testRead_PojoWithSet TestReflectDatumReader.testRead_PojoWithMap

yurybubnov avatar Aug 11 '22 03:08 yurybubnov