[ https://issues.apache.org/jira/browse/HIVE-6393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13910991#comment-13910991 ]
Hive QA commented on HIVE-6393: ------------------------------- {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/12630532/HIVE-6393.2.patch {color:red}ERROR:{color} -1 due to 2 failed/errored test(s), 5181 tests executed *Failed tests:* {noformat} org.apache.hadoop.hive.cli.TestMinimrCliDriver.testCliDriver_bucket5 org.apache.hadoop.hive.cli.TestMinimrCliDriver.testCliDriver_bucketmapjoin6 {noformat} Test results: http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/1478/testReport Console output: http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/1478/console 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: 12630532 > Support unqualified column references in Joining conditions > ----------------------------------------------------------- > > Key: HIVE-6393 > URL: https://issues.apache.org/jira/browse/HIVE-6393 > Project: Hive > Issue Type: Improvement > Reporter: Harish Butani > Assignee: Harish Butani > Attachments: HIVE-6393.1.patch, HIVE-6393.2.patch > > > Support queries of the form: > {noformat} > create table r1(a int); > create table r2(b); > select a, b > from r1 join r2 on a = b > {noformat} > This becomes more useful in old style syntax: > {noformat} > select a, b > from r1, r2 > where a = b > {noformat} -- This message was sent by Atlassian JIRA (v6.1.5#6160)