[
https://issues.apache.org/jira/browse/CASSANDRA-13331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Najam Uddin updated CASSANDRA-13331:
------------------------------------
Summary: Documentation issue: Wrong primary key in clustering columns
example (was: Documentation issue: Wrong primary key in clustering key example)
> Documentation issue: Wrong primary key in clustering columns example
> --------------------------------------------------------------------
>
> Key: CASSANDRA-13331
> URL: https://issues.apache.org/jira/browse/CASSANDRA-13331
> Project: Cassandra
> Issue Type: Bug
> Components: Documentation and Website
> Reporter: Najam Uddin
> Priority: Minor
> Fix For: 3.10
>
>
> In documentation -> CQL -> Data definition -> The clustering columns
> CREATE TABLE t (
> a int,
> b int,
> c int,
> PRIMARY KEY (a, c, d) ----> this is wrong
> );
> should be
> CREATE TABLE t (
> a int,
> b int,
> c int,
> PRIMARY KEY (a, b, c)
> );
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)