Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.3.0, 2.1.0
-
None
Description
In Java 7 it is assumed the iteration order is always the same as the insert order, but that's not guaranteed. In Java 8 some unit test breaks because of this ordering change. Solution is to use LinkedHashMap.
Attachments
Attachments
Issue Links
- relates to
-
HIVE-13547 Switch Hive2 tests to JDK8
- Open