[
https://issues.apache.org/jira/browse/HIVE-8862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14213304#comment-14213304
]
Hive QA commented on HIVE-8862:
-------------------------------
{color:green}Overall{color}: +1 all checks pass
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12681597/HIVE-8862.2.patch
{color:green}SUCCESS:{color} +1 6643 tests passed
Test results:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/1797/testReport
Console output:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/1797/console
Test logs:
http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-1797/
Messages:
{noformat}
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12681597 - PreCommit-HIVE-TRUNK-Build
> Fix ordering diferences on TestParse tests due to Java8
> -------------------------------------------------------
>
> Key: HIVE-8862
> URL: https://issues.apache.org/jira/browse/HIVE-8862
> Project: Hive
> Issue Type: Sub-task
> Reporter: Sergio Peña
> Assignee: Sergio Peña
> Attachments: HIVE-8862.1.patch, HIVE-8862.2.patch
>
>
> This bug is related to HIVE-8607. All TestParse tests are failing on Java8
> due to XML serialization incomptabilities with JDK7.
> This serialization issues are just ordering differences with the XML files
> generated with JDK7 because the hash function for HashMap/HashSet. In order
> to fix this, we should use LinkedHashMap/LinkedHashSet instead, so we can get
> the correct.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)