Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8070217338 for ; Wed, 3 Jun 2015 21:04:38 +0000 (UTC) Received: (qmail 77886 invoked by uid 500); 3 Jun 2015 21:04:38 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 77844 invoked by uid 500); 3 Jun 2015 21:04:38 -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 77832 invoked by uid 99); 3 Jun 2015 21:04:38 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Jun 2015 21:04:38 +0000 Date: Wed, 3 Jun 2015 21:04:38 +0000 (UTC) From: "Robert Stupp (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (CASSANDRA-9542) Create UDA does not recognize built-in functions without specifying system keyspace 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/CASSANDRA-9542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Stupp reassigned CASSANDRA-9542: --------------------------------------- Assignee: Robert Stupp > Create UDA does not recognize built-in functions without specifying system keyspace > ----------------------------------------------------------------------------------- > > Key: CASSANDRA-9542 > URL: https://issues.apache.org/jira/browse/CASSANDRA-9542 > Project: Cassandra > Issue Type: Bug > Reporter: Zachary Kurey > Assignee: Robert Stupp > Priority: Minor > Fix For: 2.2.x > > > I'd expect when creating a UDA not to have to specify the system keyspace when using a built-in function for the state or final function. For example: > {code} > CREATE AGGREGATE if not exists ks.my_agg(int) > SFUNC ks.adder > STYPE int > FINALFUNC intasblob > ; > {code} > Gives me me the error: > {quote}Final function ks.intasblob(int) does not exist or is not a scalar function{quote} > Prefixing with 'system.' fixes the issue. But I was expecting it to resolve as if I were using a built in function elsewhere. -- This message was sent by Atlassian JIRA (v6.3.4#6332)