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 4469ABC25 for ; Wed, 18 Jan 2012 22:27:06 +0000 (UTC) Received: (qmail 91892 invoked by uid 500); 18 Jan 2012 22:27:05 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 91756 invoked by uid 500); 18 Jan 2012 22:27:05 -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 91741 invoked by uid 500); 18 Jan 2012 22:27:04 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 91738 invoked by uid 99); 18 Jan 2012 22:27:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Jan 2012 22:27:04 +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; Wed, 18 Jan 2012 22:27:02 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id B5099154BF0 for ; Wed, 18 Jan 2012 22:26:41 +0000 (UTC) Date: Wed, 18 Jan 2012 22:26:41 +0000 (UTC) From: "Phabricator (Updated) (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: <1766438462.54157.1326925601742.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1044609168.54141.1326925359822.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (HIVE-2726) COALESCE(NULL, NULL) NPEs 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-2726?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phabricator updated HIVE-2726: ------------------------------ Attachment: HIVE-2726.D1317.1.patch jonchang requested code review of "HIVE-2726 [jira] COALESCE(NULL, NULL) NPEs". Reviewers: JIRA HIVE-2726 ReturnOIResolver returns null when it gets no non-void arguments. This is bad. TEST PLAN EMPTY REVISION DETAIL https://reviews.facebook.net/D1317 AFFECTED FILES ql/src/java/org/apache/hadoop/hive/ql/udf/generic/GenericUDFUtils.java ql/src/test/queries/clientpositive/udf_coalesce.q ql/src/test/results/clientpositive/udf_coalesce.q.out MANAGE HERALD DIFFERENTIAL RULES https://reviews.facebook.net/herald/view/differential/ WHY DID I GET THIS EMAIL? https://reviews.facebook.net/herald/transcript/2745/ Tip: use the X-Herald-Rules header to filter Herald messages in your client. > COALESCE(NULL, NULL) NPEs > ------------------------- > > Key: HIVE-2726 > URL: https://issues.apache.org/jira/browse/HIVE-2726 > Project: Hive > Issue Type: Bug > Reporter: Jonathan Chang > Priority: Minor > Attachments: HIVE-2726.D1317.1.patch > > > ReturnOIResolver returns null when it gets no non-void arguments. This is bad. -- 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