[
https://issues.apache.org/jira/browse/CASSANDRA-7563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Stupp updated CASSANDRA-7563:
------------------------------------
Attachment: 7563.txt
Patch {{7563.txt}} for user-types, tuple-types and collections.
Requires CASSANDRA-7692 and CASSANDRA-8104 (this patch includes these)
Functionality:
* adds {{DataType}} for argument and return types to {{UDFunction}}
* (de)serialization performed via {{DataType}}
* no need to check for changed user types changed UTs (e.g. ALTER TYPE ADD) in
UDFs - see {{UFTest.testJavaUserTypeMutation()}}
> 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, 7563.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)