[ https://issues.apache.org/jira/browse/HIVE-8184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14142579#comment-14142579 ]
Hive QA commented on HIVE-8184: ------------------------------- {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/12670301/HIVE-8184.4.patch {color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 6298 tests executed *Failed tests:* {noformat} org.apache.hive.hcatalog.pig.TestOrcHCatLoader.testReadDataPrimitiveTypes {noformat} Test results: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/910/testReport Console output: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/910/console Test logs: http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-910/ 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: 12670301 > inconsistence between colList and columnExprMap when ConstantPropagate is > applied to subquery > ---------------------------------------------------------------------------------------------- > > Key: HIVE-8184 > URL: https://issues.apache.org/jira/browse/HIVE-8184 > Project: Hive > Issue Type: Improvement > Reporter: Pengcheng Xiong > Priority: Minor > Attachments: HIVE-8184.1.patch, HIVE-8184.2.patch, HIVE-8184.3.patch, > HIVE-8184.4.patch > > > Query like > select * from (select a.key as ak, a.value as av, b.key as bk, b.value as bv > from src a join src1 b where a.key = '428' ) c; > will fail as > FAILED: Execution Error, return code 2 from > org.apache.hadoop.hive.ql.exec.mr.MapRedTask -- This message was sent by Atlassian JIRA (v6.3.4#6332)