Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.0.0-alpha1
-
None
-
None
-
Incompatible change, Reviewed
-
SortedMapWritable has changed to SortedMapWritable<K extends WritableComparable<? super K>>. That way user can declare the class by such as SortedMapWritable<Text>.
Description
SortedMapWritable could use Generics the right way so that there is no warning within the implementation and more important for the consumer.
Attachments
Attachments
Issue Links
- breaks
-
HADOOP-13338 Incompatible change to SortedMapWritable
- Resolved