Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0.3
-
Reviewed
Description
SortedRanges.Range#compareTo does not satisfy the requirement of Comparable#compareTo, where "the implementor must ensure
sgn(x.compareTo(y)) == -sgn(y.compareTo(x))
for all x and y."
This is manifested as TestStreamingBadRecords failures in alternative JDKs.
Attachments
Attachments
Issue Links
- is related to
-
HADOOP-8192 Fix unit test failures with IBM's JDK
- Open