[
https://issues.apache.org/jira/browse/HIVE-9239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14262520#comment-14262520
]
Hive QA commented on HIVE-9239:
-------------------------------
{color:red}Overall{color}: -1 at least one tests failed
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12689731/HIVE-9239.patch
{color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 6723 tests executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_subquery_multiinsert
{noformat}
Test results:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/2232/testReport
Console output:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/2232/console
Test logs:
http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-2232/
Messages:
{noformat}
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
Tests exited with: TestsFailedException: 1 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12689731 - PreCommit-HIVE-TRUNK-Build
> Fix ordering differences due to Java 8 (Part 5)
> -----------------------------------------------
>
> Key: HIVE-9239
> URL: https://issues.apache.org/jira/browse/HIVE-9239
> Project: Hive
> Issue Type: Sub-task
> Components: Tests
> Reporter: Mohit Sabharwal
> Assignee: Mohit Sabharwal
> Attachments: HIVE-9239.patch
>
>
> This patch fixes the following tests:
> (1) TestCliDriver.testCliDriver_column_access_stats
> Converted all maps used to populate
> {{ColumnAccessInfo.tableToColumnAccessMap}} to deterministic order maps.
> These include {{ParseContext.topToTable}} and relevant maps in
> {{UpdateDeleteSemanticAnalyzer}}.
> (2) TestCliDriver.testCliDriver_table_access_keys_stats
> {{CheckTableAccessHook}} prints table access key information from
> {{TableAccessInfo}} by operator. Made the relevant maps deterministic.
> (3) TestCliDriver.testCliDriver_subquery_multiinsert
> Tasks are printed in different order in {{ExplainTask}} in Java 8 vs Java 7.
> TaskCompiler, specifically MapReduceCompiler should use deterministic map for
> {{GenMRProcContext.opTaskMap}}
> (4) TestCliDriver: outer_join_ppr.q and subquery_notin_having.q
> Predicate {{ExprNodeDesc}} has children in different order. This ordering
> looks to be coming from antlr. Generated version specific output for these.
> (5) TestCliDriver.testCliDriver_parquet_map_null
> Avro API uses HashMap for deserialized map, which makes input to Parquet
> non-deterministic. Generated version specific output.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)