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 11CC099D9 for ; Thu, 19 Apr 2012 11:21:13 +0000 (UTC) Received: (qmail 57130 invoked by uid 500); 19 Apr 2012 11:21:12 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 57091 invoked by uid 500); 19 Apr 2012 11:21:12 -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 57001 invoked by uid 500); 19 Apr 2012 11:21:12 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 56997 invoked by uid 99); 19 Apr 2012 11:21:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Apr 2012 11:21:12 +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; Thu, 19 Apr 2012 11:21:06 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 970483A3B65 for ; Thu, 19 Apr 2012 11:20:45 +0000 (UTC) Date: Thu, 19 Apr 2012 11:20:45 +0000 (UTC) From: "Phabricator (Updated) (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: <511072779.5709.1334834445639.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <869944733.5696.1334834323791.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (HIVE-2964) Provide object inspectors of all visible columns for TOK_FUNCTIONSTAR type UDAF 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-2964?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phabricator updated HIVE-2964: ------------------------------ Attachment: HIVE-2964.D2895.1.patch navis requested code review of "HIVE-2964 [jira] Provide object inspectors of all visible columns for TOK_FUNCTIONSTAR type UDAF". Reviewers: JIRA DPAL-1123 Provide object inspectors of all visible columns for TOK_FUNCTIONSTAR type UDAF Currently, TOK_FUNCTIONSTAR type UDAFs are provided with empty OI at init time and is sufficient for sum, the only UDAF accepts START as a parameter. But for some UDAFs, it is needed to know all OIs that can be used to access values of a row. TEST PLAN EMPTY REVISION DETAIL https://reviews.facebook.net/D2895 AFFECTED FILES ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java MANAGE HERALD DIFFERENTIAL RULES https://reviews.facebook.net/herald/view/differential/ WHY DID I GET THIS EMAIL? https://reviews.facebook.net/herald/transcript/6609/ Tip: use the X-Herald-Rules header to filter Herald messages in your client. > Provide object inspectors of all visible columns for TOK_FUNCTIONSTAR type UDAF > ------------------------------------------------------------------------------- > > Key: HIVE-2964 > URL: https://issues.apache.org/jira/browse/HIVE-2964 > Project: Hive > Issue Type: Improvement > Reporter: Navis > Assignee: Navis > Priority: Minor > Attachments: HIVE-2964.D2895.1.patch > > > Currently, TOK_FUNCTIONSTAR type UDAFs are provided with empty OI at init time and is sufficient for sum, the only UDAF accepts START as a parameter. But for some UDAFs, it is needed to know all OIs that can be used to access values of a row. -- 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