Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
1.5.1
-
None
-
None
Description
In Java, an Avro "map" is a Java Map. The map keys are type "string", which maps to a Java CharSequence.
Clients must know to use Utf8 objects when calling get() or containsKey(). Instead, GenericDatumReader should instantiate a Map instance with a Comparator suitable for comparing any type of CharSequence.
Attachments
Attachments
Issue Links
- duplicates
-
AVRO-803 Java generated Avro classes make using Avro painful and surprising
- Closed