You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Robert Stupp (JIRA)" <ji...@apache.org> on 2014/08/09 21:23:11 UTC

[jira] [Comment Edited] (CASSANDRA-7562) Java source code for UDFs

    [ https://issues.apache.org/jira/browse/CASSANDRA-7562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14091858#comment-14091858 ] 

Robert Stupp edited comment on CASSANDRA-7562 at 8/9/14 7:22 PM:
-----------------------------------------------------------------

Patch for first review round.

* Requires additional jar in lib directory ([javassist|http://search.maven.org/remotecontent?filepath=org/javassist/javassist/3.18.2-GA/javassist-3.18.2-GA.jar]).
* cqlsh patched to allow "arbitrary code" in {{CREATE FUNCTION}} statement.
* Improved {{UFMetaData.dropFunction}} to use {{ColumnFamily.delete}} instead of tombstones for each override
* Includes unit tests for Java source
* Added unit tests to test overrides and all "primitive" types

EDIT: Most of the stuff in this patch is a base for CASSANDRA-7526


was (Author: snazy):
Patch for first review round.

* Requires additional jar in lib directory ([javassist|http://search.maven.org/remotecontent?filepath=org/javassist/javassist/3.18.2-GA/javassist-3.18.2-GA.jar]).
* cqlsh patched to allow "arbitrary code" in {{CREATE FUNCTION}} statement.
* Improved {{UFMetaData.dropFunction}} to use {{ColumnFamily.delete}} instead of tombstones for each override
* Includes unit tests for Java source
* Added unit tests to test overrides and all "primitive" types


> Java source code for UDFs
> -------------------------
>
>                 Key: CASSANDRA-7562
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-7562
>             Project: Cassandra
>          Issue Type: New Feature
>            Reporter: Robert Stupp
>            Assignee: Robert Stupp
>         Attachments: 7562.txt
>
>
> Purpose of this ticket to add support for Java source code for user defined functions (CASSANDRA-7395)



--
This message was sent by Atlassian JIRA
(v6.2#6252)