-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 0.10.0
-
Component/s: Thrift API
-
Labels:None
-
Environment:
Hive thrift code doesnt generate quality hashCode(). Right now, it all has
@Override
public int hashCode() {
return 0;
}It will cause all entries go to the same bucket if it's used as hash key.
-
Hadoop Flags:Reviewed