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 8A2C11872C for ; Sat, 21 Nov 2015 03:26:47 +0000 (UTC) Received: (qmail 98130 invoked by uid 500); 21 Nov 2015 03:26:45 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 98044 invoked by uid 500); 21 Nov 2015 03:26:45 -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 97371 invoked by uid 99); 21 Nov 2015 03:26:44 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Nov 2015 03:26:44 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 572BB1A07FE for ; Sat, 21 Nov 2015 03:26:44 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.825 X-Spam-Level: ** X-Spam-Status: No, score=2.825 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_ENVFROM_END_DIGIT=0.25, FREEMAIL_REPLYTO_END_DIGIT=0.25, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.554, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd2-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=yahoo.com Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id RO4OXN8M4vYJ for ; Sat, 21 Nov 2015 03:26:40 +0000 (UTC) Received: from nm32-vm3.bullet.mail.ne1.yahoo.com (nm32-vm3.bullet.mail.ne1.yahoo.com [98.138.229.51]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id AA6D422F0A for ; Sat, 21 Nov 2015 03:26:39 +0000 (UTC) Received: from [127.0.0.1] by nm32.bullet.mail.ne1.yahoo.com with NNFMP; 21 Nov 2015 03:26:33 -0000 Received: from [98.138.100.113] by nm32.bullet.mail.ne1.yahoo.com with NNFMP; 21 Nov 2015 03:23:41 -0000 Received: from [98.138.89.175] by tm104.bullet.mail.ne1.yahoo.com with NNFMP; 21 Nov 2015 03:23:41 -0000 Received: from [127.0.0.1] by omp1031.mail.ne1.yahoo.com with NNFMP; 21 Nov 2015 03:23:41 -0000 X-Yahoo-Newman-Property: ymail-4 X-Yahoo-Newman-Id: 382039.18169.bm@omp1031.mail.ne1.yahoo.com X-YMail-OSG: 4VOq8GIVRDspw1mnx4N.m.s5duM.9ZNHFeDN9N0B6gCC Received: by 98.138.105.246; Sat, 21 Nov 2015 03:23:40 +0000 Date: Sat, 21 Nov 2015 03:23:40 +0000 (UTC) From: Mohammad Islam Reply-To: Mohammad Islam To: User , Hive Message-ID: <1279121024.6704733.1448076220250.JavaMail.yahoo@mail.yahoo.com> Subject: Supporting special characters in nested column name MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_6704732_1321894346.1448076220244" References: <1279121024.6704733.1448076220250.JavaMail.yahoo.ref@mail.yahoo.com> ------=_Part_6704732_1321894346.1448076220244 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi,Looks like Hive supports special character (unicode) with "`" in first l= evel column names since=C2=A0Hive 0.13=C2=A0(HIVE-6013).Similarly does hive= supports special characters in nested column names? For example, struct create table test1_mislam(a int, `$b_` int);OKTime taken: 0.036 secon= dshive> create table test2_mislam(a int, c struct); OKTime taken: 0.082 secondshive> create table test3_mislam(a int, c struct<= x:int, `$y`:int>); FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.= DDLTask. java.lang.IllegalArgumentException: Error: name expected at the po= sition 17 of 'int:struct' but '$' is found.hive>=C2=A0 =C2=A0 ------=_Part_6704732_1321894346.1448076220244--