Map lookup behavior is ill-defined in Java
------------------------------------------
Key: AVRO-897
URL: https://issues.apache.org/jira/browse/AVRO-897
Project: Avro
Issue Type: Bug
Affects Versions: 1.5.1
Reporter: Garrett Wu
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}}.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira