[ https://issues.apache.org/jira/browse/HIVE-8115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14168532#comment-14168532 ]
Hive QA commented on HIVE-8115: ------------------------------- {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/12674271/HIVE-8115.7.patch {color:red}ERROR:{color} -1 due to 2 failed/errored test(s), 4138 tests executed *Failed tests:* {noformat} org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_parallel org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_tez_smb_1 {noformat} Test results: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/1224/testReport Console output: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/1224/console Test logs: http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-1224/ 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: 2 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12674271 > Hive select query hang when fields contain map > ---------------------------------------------- > > Key: HIVE-8115 > URL: https://issues.apache.org/jira/browse/HIVE-8115 > Project: Hive > Issue Type: Bug > Affects Versions: 0.13.0 > Reporter: Xiaobing Zhou > Assignee: Xiaobing Zhou > Attachments: HIVE-8115.1.patch, HIVE-8115.2.patch, HIVE-8115.3.patch, > HIVE-8115.4.patch, HIVE-8115.5.patch, HIVE-8115.6.patch, HIVE-8115.7.patch, > createTable.hql, data > > > Attached the repro of the issue. When creating an table loading the data > attached, all hive query with hangs even just select * from the table. > repro steps: > 1. run createTable.hql > 2. hadoop fs -put data /data > 3. LOAD DATA INPATH '/data' OVERWRITE INTO TABLE testtable; > 4. SELECT * FROM testtable; -- This message was sent by Atlassian JIRA (v6.3.4#6332)