[
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 working with tuples, user-types and all collections
Added java-driver 2.1.0-rc1 (just needed to add missing methods to
CqlRecordReader to fix compile error).
UDFs are not marked as references in UDTs. Instead, upon UDT changes, the UDFs
are checked if they use that UDT and recreate the UFMetaData instance if
necessary.
Unit tests cover following scenarios for UDTs:
* create type, create function with udt argument, select
* create type, create function, drop type - user function is invalid
* create type, create function, add field
* create type, create function, rename field used by udf
Note: {{ant realclean}} required due to dependency change
[~slebresne] / [~thobbs]] do you want to take a look at it?
> 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
> Attachments: 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.2#6252)