[ https://issues.apache.org/jira/browse/HIVE-6393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13909267#comment-13909267 ]
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/12629966/HIVE-6393.1.patch {color:red}ERROR:{color} -1 due to 5 failed/errored test(s), 5180 tests executed *Failed tests:* {noformat} org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_join_cond_pushdown_unqual1 org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_join_cond_pushdown_unqual2 org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_join_cond_pushdown_unqual3 org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_join_cond_pushdown_unqual4 org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_subquery_unqualcolumnrefs {noformat} Test results: http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/1438/testReport Console output: http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/1438/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: 5 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12629966 > 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 > > > 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)