Issue 13180

UuidIntMap.count is being serialized as Map<Utf8,Integer>

13180
Reporter: fmendez
Assignee: fmendez
Type: Bug
Summary: UuidIntMap.count is being serialized as Map<Utf8,Integer>
Priority: Blocker
Resolution: Fixed
Status: Closed
Created: 2013-05-17 17:03:16.173
Updated: 2013-12-17 15:16:42.277
Resolved: 2013-05-22 12:07:12.515
        
Description: When reading a UuidIntMap from HBase, the field UuidIntMap.count is being serialized as Map, the Utf8.equals methods verify the type of the input parameter (if (!(o instanceof Utf8)) return false;) which is causing that operations UuidIntMap.add, UuidIntMap.substract, UuidIntMap.merge don't work correctly.
See: http://code.google.com/p/gbif-metrics/source/detail?r=138]]>
    


Author: fmendez@gbif.org
Comment: http://code.google.com/p/gbif-metrics/source/detail?r=141
Created: 2013-05-22 12:07:12.543
Updated: 2013-05-22 12:07:12.543