[
https://issues.apache.org/jira/browse/CASSANDRA-13331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stefan Podkowinski resolved CASSANDRA-13331.
--------------------------------------------
Resolution: Duplicate
Fix Version/s: (was: 3.10)
> 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
>
> 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)