[
https://issues.apache.org/jira/browse/CASSANDRA-7563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14214609#comment-14214609
]
Robert Stupp commented on CASSANDRA-7563:
-----------------------------------------
Attached v4 of the patch.
The protocol version stuff got a bit bigger than I expected. But the new tests
in UFTest pass. These test execution using {{executeInternal}} and using
protocol version 2 + 3 via the Java Driver.
Calling a UDF with a null value in a collection does not work - the Java Driver
does not support that. Added a test for that (but with {{@Ignore}} annotation.
I tried to make the new tests a bit more readable - hope it looks better now.
Also added support in CQLTester to create UDFs (createFunction,
createFunctionOverload).
> 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, 7563v2.txt, 7563v3.txt,
> 7563v4.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)