Return-Path: Delivered-To: apmail-hive-dev-archive@www.apache.org Received: (qmail 13097 invoked from network); 22 Feb 2011 15:39:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Feb 2011 15:39:05 -0000 Received: (qmail 68519 invoked by uid 500); 22 Feb 2011 15:39:05 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 67789 invoked by uid 500); 22 Feb 2011 15:39:01 -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 67743 invoked by uid 500); 22 Feb 2011 15:39:00 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 67693 invoked by uid 99); 22 Feb 2011 15:38:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Feb 2011 15:38:59 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Feb 2011 15:38:59 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id CB4A81B19EE for ; Tue, 22 Feb 2011 15:38:38 +0000 (UTC) Date: Tue, 22 Feb 2011 15:38:38 +0000 (UTC) From: "Chinna Rao Lalam (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: <1781047523.8401.1298389118828.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <503827980.2471.1297179058267.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] Updated: (HIVE-1973) Getting error when join on tables where name of table has uppercase letters 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-1973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chinna Rao Lalam updated HIVE-1973: ----------------------------------- Attachment: HIVE-1973.patch > Getting error when join on tables where name of table has uppercase letters > --------------------------------------------------------------------------- > > Key: HIVE-1973 > URL: https://issues.apache.org/jira/browse/HIVE-1973 > Project: Hive > Issue Type: Bug > Components: Query Processor > Affects Versions: 0.5.0, 0.7.0 > Environment: Hadoop 0.20.1, Hive0.5.0 and SUSE Linux Enterprise Server 10 SP2 (i586) - Kernel 2.6.16.60-0.21-smp (5). > Reporter: Chinna Rao Lalam > Assignee: Chinna Rao Lalam > Attachments: HIVE-1973.patch > > > When execute a join query on tables containing Uppercase letters in the table names hit an exception > Ex: > {noformat} > create table a(b int); > create table tabForJoin(b int,c int); > select * from a join tabForJoin on(a.b=tabForJoin.b); > Got an exception like this > FAILED: Error in semantic analysis: Invalid Table Alias tabForJoin > {noformat} > But if i give without capital letters ,It is working -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira