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

Jeremy Hanna updated CASSANDRA-10147:
-------------------------------------
    Component/s: Materialized Views

> Base table PRIMARY KEY can be assumed to be NOT NULL in MV creation
> -------------------------------------------------------------------
>
>                 Key: CASSANDRA-10147
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-10147
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: CQL, Materialized Views
>            Reporter: Jonathan Ellis
>            Assignee: Carl Yeksigian
>            Priority: Minor
>             Fix For: 3.0 beta 2
>
>
> {code}
> CREATE TABLE users (
>     id uuid PRIMARY KEY,
>     username text,
>     email text,
>     age int
> );
> CREATE MATERIALIZED VIEW users_by_username AS SELECT * FROM users WHERE 
> username IS NOT NULL PRIMARY KEY (username, id);
> InvalidRequest: code=2200 [Invalid query] message="Primary key column 'id' is 
> required to be filtered by 'IS NOT NULL'"
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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

Reply via email to