[ https://issues.apache.org/jira/browse/HIVE-8298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14153099#comment-14153099 ]
Hive QA commented on HIVE-8298: ------------------------------- {color:green}Overall{color}: +1 all checks pass Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12671935/HIVE-8298.patch {color:green}SUCCESS:{color} +1 6371 tests passed Test results: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/1051/testReport Console output: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/1051/console Test logs: http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-1051/ 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: 12671935 > Incorrect results for n-way join when join expressions are not in same order > across joins > ----------------------------------------------------------------------------------------- > > Key: HIVE-8298 > URL: https://issues.apache.org/jira/browse/HIVE-8298 > Project: Hive > Issue Type: Bug > Components: Logical Optimizer > Affects Versions: 0.13.0, 0.13.1 > Reporter: Ashutosh Chauhan > Assignee: Ashutosh Chauhan > Priority: Blocker > Attachments: HIVE-8298.patch > > > select * from srcpart a join srcpart b on a.key = b.key and a.hr = b.hr join > srcpart c on a.hr = c.hr and a.key = c.key; > is minimal query which reproduces it -- This message was sent by Atlassian JIRA (v6.3.4#6332)