[
https://issues.apache.org/jira/browse/CASSANDRA-10365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14986019#comment-14986019
]
Adam Holmberg commented on CASSANDRA-10365:
-------------------------------------------
Our integration tests are seeing issues related to UDT frozenness. Most I've
looked at are characterized by this:
{code}
cassandra@cqlsh:test> create type whatever (a int, b int);
cassandra@cqlsh:test> create TABLE t (k int PRIMARY KEY, m map<int,
frozen<whatever>>);
ServerError: <ErrorMessage code=0000 [Server error]
message="java.lang.RuntimeException: java.util.concurrent.ExecutionException:
org.apache.cassandra.exceptions.InvalidRequestException: Non-frozen collections
are not allowed inside collections: map<int, whatever>">
{code}
> Store types by their CQL names in schema tables instead of fully-qualified
> internal class names
> -----------------------------------------------------------------------------------------------
>
> Key: CASSANDRA-10365
> URL: https://issues.apache.org/jira/browse/CASSANDRA-10365
> Project: Cassandra
> Issue Type: Improvement
> Reporter: Aleksey Yeschenko
> Assignee: Aleksey Yeschenko
> Labels: client-impacting
> Fix For: 3.0.0
>
>
> Consider saving CQL types names for column, UDF/UDA arguments and return
> types, and UDT components.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)