Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 3B355200AE4 for ; Tue, 10 May 2016 22:30:15 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 39D54160877; Tue, 10 May 2016 20:30:15 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id AB5DB16098A for ; Tue, 10 May 2016 22:30:14 +0200 (CEST) Received: (qmail 46619 invoked by uid 500); 10 May 2016 20:30:13 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 46547 invoked by uid 99); 10 May 2016 20:30:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 May 2016 20:30:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 63FF12C1F6D for ; Tue, 10 May 2016 20:30:13 +0000 (UTC) Date: Tue, 10 May 2016 20:30:13 +0000 (UTC) From: "Robert Stupp (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-11309) Generic Java UDF types broken for RETURNS NULL ON NULL INPUT MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 10 May 2016 20:30:15 -0000 [ https://issues.apache.org/jira/browse/CASSANDRA-11309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15278815#comment-15278815 ] Robert Stupp commented on CASSANDRA-11309: ------------------------------------------ Shall I commit this to 3.7? > Generic Java UDF types broken for RETURNS NULL ON NULL INPUT > ------------------------------------------------------------ > > Key: CASSANDRA-11309 > URL: https://issues.apache.org/jira/browse/CASSANDRA-11309 > Project: Cassandra > Issue Type: Bug > Reporter: Robert Stupp > Assignee: Robert Stupp > Priority: Minor > Fix For: 3.x > > > The Java source generated for Java UDFs as introduced by CASSANDRA-10819 is broken for {{RETURNS NULL ON NULL INPUT}} (not for {{CALLED ON NULL INPUT}}). This means that the generic types are lost for RETURNS NULL ON NULL INPUT but work as expected for CALLED ON NULL INPUT. -- This message was sent by Atlassian JIRA (v6.3.4#6332)