Anup Ahire created PIG-4024: ------------------------------- Summary: TestPigStreamingUDF and TestPigStreaming fail on IBM JDK. Key: PIG-4024 URL: https://issues.apache.org/jira/browse/PIG-4024 Project: Pig Issue Type: Improvement Environment: JDK 6 SR12 Reporter: Anup Ahire
These tests are depending on ordering returned by HashMap which is different on IBM JDK. HashMap implementation does not guarantee ordering, testcase should not be dependent on it. TreeMap can be used instead of HashMap. -- This message was sent by Atlassian JIRA (v6.2#6252)