[ 
https://issues.apache.org/jira/browse/CASSANDRA-11400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

C. Scott Andreas updated CASSANDRA-11400:
-----------------------------------------
    Component/s: Observability

> wrong error message for unknown collection element types
> --------------------------------------------------------
>
>                 Key: CASSANDRA-11400
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-11400
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Observability
>            Reporter: Robert Stupp
>            Priority: Minor
>
> The following statements fail:
> {code}
> CREATE TYPE delivery_address (
>   street           text,
>   zip              text,
>   city             text);
> CREATE TABLE customers (
>   username         text PRIMARY KEY,
>   password_hash    text,
>   first_name       text,
>   last_name        text,
>   email            text,
>   delivery_addrs   map < string, frozen<delivery_address> >
> );
> {code}
> with 
> {code}
> InvalidRequest: code=2200 [Invalid query] message="Non-frozen collections are 
> not allowed inside collections: map<string, delivery_address>"
> {code}
> But works fine for {{set<frozen<delivery_address>>}}.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to