[
https://issues.apache.org/jira/browse/HIVE-9193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14256745#comment-14256745
]
Hive QA commented on HIVE-9193:
-------------------------------
{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/12688725/HIVE-9193.patch
{color:red}ERROR:{color} -1 due to 14 failed/errored test(s), 6719 tests
executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_authorization_explain
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_avro_date
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_avro_deserialize_map_null
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_avro_nullable_fields
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_avro_timestamp
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_explain_dependency
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_input4
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_join0
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_list_bucket_dml_6
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_plan_json
org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver_join0
org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver_lvj_mapjoin
org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver_optimize_nullscan
org.apache.hadoop.hive.cli.TestMinimrCliDriver.testCliDriver_schemeAuthority
{noformat}
Test results:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/2169/testReport
Console output:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/2169/console
Test logs:
http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-2169/
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: 14 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12688725 - PreCommit-HIVE-TRUNK-Build
> Fix ordering differences due to Java 8 (Part 3)
> -----------------------------------------------
>
> Key: HIVE-9193
> URL: https://issues.apache.org/jira/browse/HIVE-9193
> Project: Hive
> Issue Type: Sub-task
> Components: Tests
> Reporter: Mohit Sabharwal
> Assignee: Mohit Sabharwal
> Attachments: HIVE-9193.patch
>
>
> This patch fixes following q-test failures in Java 8:
> (1) avro_* q-tests with map data type.
> Select operator uses {{LazySimpleSerDe}}/{{StandMapObjectInspector}}, which
> is used all over for serializing results back to the end user for queries
> with maps. To avoid adding the additional memory cost associated with
> {{LinkedHashMap}}, we generate java version specific out files for these
> tests.
> (2) plan_json.q, join0.q, input4.q, authorization_explain.q
> {{EXPLAIN FORMATTED}} outputs string representation of {{JSONObject}}, which
> internally is a {{HashMap}}. Again, we generate java version specific out
> files for these tests.
> (3) explain_dependency.q
> {{EXPLAIN DEPENDENCY}} outputs string representation of
> {{ReadEntity.parents}}. Changed that to an ordered map.
> (4) list_bucket_dml_6.q
> {{DESC FORMATTED}} calls {{StorageDescriptor.getSkewedInfo()}} HMS API, which
> returns a thrift (unordered) map. Generate java version specific out file for
> this test.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)