You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Benjamin Lerer (JIRA)" <ji...@apache.org> on 2015/05/28 14:31:38 UTC

[jira] [Comment Edited] (CASSANDRA-9441) Reject frozen<> types in UDF

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

Benjamin Lerer edited comment on CASSANDRA-9441 at 5/28/15 12:31 PM:
---------------------------------------------------------------------

The branch for the patch is [here|https://github.com/apache/cassandra/compare/trunk...blerer:9441]

The patch ensures that collections, tuples and UDT cannot be specified with the frozen keyword in create and drop statements for functions and aggregates, except for the nested ones.

It also ensures  that functions can be applied on frozen  collections, tuples and UDT.


was (Author: blerer):
The branch for the patch is [here:https://github.com/apache/cassandra/compare/trunk...blerer:9441]

The patch make sure that collections, tuples and UDT cannot be specified with the frozen keyword in create and drop statements for functions and aggregates, except for the nested ones.

It also makes sure that functions can be applied on frozen  collections, tuples and UDT.

> Reject frozen<> types in UDF
> ----------------------------
>
>                 Key: CASSANDRA-9441
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-9441
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Aleksey Yeschenko
>            Assignee: Benjamin Lerer
>             Fix For: 2.2.0 rc1
>
>
> Spin off from CASSANDRA-9186. Rationale in its comments section.



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