Return-Path: Delivered-To: apmail-hadoop-hive-dev-archive@minotaur.apache.org Received: (qmail 9380 invoked from network); 4 Dec 2009 00:29:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Dec 2009 00:29:43 -0000 Received: (qmail 43418 invoked by uid 500); 4 Dec 2009 00:29:43 -0000 Delivered-To: apmail-hadoop-hive-dev-archive@hadoop.apache.org Received: (qmail 43372 invoked by uid 500); 4 Dec 2009 00:29:43 -0000 Mailing-List: contact hive-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hive-dev@hadoop.apache.org Delivered-To: mailing list hive-dev@hadoop.apache.org Received: (qmail 43361 invoked by uid 99); 4 Dec 2009 00:29:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Dec 2009 00:29:43 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Dec 2009 00:29:40 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id AD1BA234C045 for ; Thu, 3 Dec 2009 16:29:20 -0800 (PST) Message-ID: <1880346421.1259886560694.JavaMail.jira@brutus> Date: Fri, 4 Dec 2009 00:29:20 +0000 (UTC) From: "Paul Yang (JIRA)" To: hive-dev@hadoop.apache.org Subject: [jira] Updated: (HIVE-935) support LATERAL VIEW In-Reply-To: <74073126.1258394979786.JavaMail.jira@brutus> 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-935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Yang updated HIVE-935: --------------------------- Attachment: HIVE-935.1.patch * Implemented lateral view * Changed the GenericUDTF API to require that the output be a struct * Changed the AS alias (i.e. explode(adid_list) AS myAlias) to be a table alias > support LATERAL VIEW > -------------------- > > Key: HIVE-935 > URL: https://issues.apache.org/jira/browse/HIVE-935 > Project: Hadoop Hive > Issue Type: New Feature > Components: Query Processor > Reporter: Namit Jain > Assignee: Paul Yang > Attachments: HIVE-935.1.patch > > > For table functions, the following syntax should be supported > select ... from T LATERAL VIEW explode(adid_list) as adid,... -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.