Return-Path: X-Original-To: apmail-hive-dev-archive@www.apache.org Delivered-To: apmail-hive-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E50C410F6D for ; Sat, 22 Feb 2014 06:39:26 +0000 (UTC) Received: (qmail 1603 invoked by uid 500); 22 Feb 2014 06:39:25 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 1291 invoked by uid 500); 22 Feb 2014 06:39:22 -0000 Mailing-List: contact dev-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list dev@hive.apache.org Received: (qmail 1280 invoked by uid 500); 22 Feb 2014 06:39:19 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 1273 invoked by uid 99); 22 Feb 2014 06:39:19 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 22 Feb 2014 06:39:19 +0000 Date: Sat, 22 Feb 2014 06:39:19 +0000 (UTC) From: "Hive QA (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-6393) Support unqualified column references in Joining conditions MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ 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)