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 4B681983F for ; Sun, 23 Oct 2011 02:25:57 +0000 (UTC) Received: (qmail 38983 invoked by uid 500); 23 Oct 2011 02:25:56 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 38931 invoked by uid 500); 23 Oct 2011 02:25:56 -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 38779 invoked by uid 500); 23 Oct 2011 02:25:56 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 38763 invoked by uid 99); 23 Oct 2011 02:25:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 23 Oct 2011 02:25:56 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,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; Sun, 23 Oct 2011 02:25:54 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 1B09931749B for ; Sun, 23 Oct 2011 02:23:34 +0000 (UTC) Date: Sun, 23 Oct 2011 02:23:34 +0000 (UTC) From: "Phabricator (Updated) (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: <671920509.6139.1319336614112.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <960306127.12492.1319059510873.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (HIVE-2515) Make Constant OIs work with UDTFs. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HIVE-2515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phabricator updated HIVE-2515: ------------------------------ Attachment: D33.3.patch jonchang updated the revision "[jira] [HIVE-2515] Make Constant OIs work with UDTFs.". Reviewers: jsichi Add necessary and proper null guard. REVISION DETAIL http://reviews.facebook.net/D33 AFFECTED FILES ql/src/java/org/apache/hadoop/hive/ql/exec/ColumnInfo.java ql/src/java/org/apache/hadoop/hive/ql/exec/FunctionRegistry.java ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java ql/src/java/org/apache/hadoop/hive/ql/udf/generic/GenericUDTFStack.java ql/src/test/queries/clientpositive/udtf_stack.q ql/src/test/results/clientpositive/show_functions.q.out ql/src/test/results/clientpositive/udtf_stack.q.out serde/src/java/org/apache/hadoop/hive/serde2/typeinfo/TypeInfoUtils.java > Make Constant OIs work with UDTFs. > ---------------------------------- > > Key: HIVE-2515 > URL: https://issues.apache.org/jira/browse/HIVE-2515 > Project: Hive > Issue Type: Improvement > Reporter: Jonathan Chang > Assignee: Jonathan Chang > Priority: Minor > Attachments: D33.1.patch, D33.1.patch, D33.2.patch, D33.2.patch, D33.2.patch, D33.3.patch, D33.3.patch, junit-noframes.html > > > UDTFs are the last shoe to drop for constant OIs. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira