You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Tyler Hobbs (JIRA)" <ji...@apache.org> on 2014/09/03 17:30:53 UTC

[jira] [Commented] (CASSANDRA-7563) UserType, TupleType and collections in UDFs

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

Tyler Hobbs commented on CASSANDRA-7563:
----------------------------------------

With CASSANDRA-7812 committed, dropping a function with bad types gives the following error:

{noformat}
cqlsh:ks1> DROP FUNCTION foo(afeawefawef);
<ErrorMessage code=0000 [Server error] message="java.lang.AssertionError">
{noformat}

We should make sure that case is handled well in this ticket.

> UserType, TupleType and collections in UDFs
> -------------------------------------------
>
>                 Key: CASSANDRA-7563
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-7563
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Robert Stupp
>            Assignee: Robert Stupp
>             Fix For: 3.0
>
>         Attachments: 7563-7740.txt
>
>
> * is Java Driver as a dependency required ?
> * is it possible to extract parts of the Java Driver for UDT/TT/coll support ?
> * CQL {{DROP TYPE}} must check UDFs
> * must check keyspace access permissions (if those exist)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)