FINDBUGS: EQ_COMPARETO_USE_OBJECT_EQUALS in bags and tuples
-----------------------------------------------------------
Key: PIG-1006
URL: https://issues.apache.org/jira/browse/PIG-1006
Project: Pig
Issue Type: Bug
Reporter: Olga Natkovich
Eq org.apache.pig.data.DistinctDataBag$DistinctDataBagIterator$TContainer
defines compareTo(DistinctDataBag$DistinctDataBagIterator$TContainer) and uses
Object.equals()
Eq org.apache.pig.data.SingleTupleBag defines compareTo(Object) and uses
Object.equals()
Eq org.apache.pig.data.SortedDataBag$SortedDataBagIterator$PQContainer
defines compareTo(SortedDataBag$SortedDataBagIterator$PQContainer) and uses
Object.equals()
Eq org.apache.pig.data.TargetedTuple defines compareTo(Object) and uses
Object.equals()
Eq org.apache.pig.pen.util.ExampleTuple defines compareTo(Object) and uses
Object.equals()
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.