You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jeremy Hanna (JIRA)" <ji...@apache.org> on 2017/06/22 16:34:18 UTC

[jira] [Updated] (CASSANDRA-10147) Base table PRIMARY KEY can be assumed to be NOT NULL in MV creation

     [ 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-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org