[ 
https://issues.apache.org/jira/browse/CASSANDRA-5125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14178232#comment-14178232
 ] 

Sylvain Lebresne commented on CASSANDRA-5125:
---------------------------------------------

[~denis.angilella] Correct, the validation during index creation is broken. Do 
you mind creating a ticket indeed so we track the fix?

> Support indexes on composite column components (clustered columns)
> ------------------------------------------------------------------
>
>                 Key: CASSANDRA-5125
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-5125
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>            Reporter: Jonathan Ellis
>            Assignee: Sylvain Lebresne
>             Fix For: 2.0 beta 1
>
>         Attachments: 0001-Refactor-aliases-into-column_metadata.txt, 
> 0002-Generalize-CompositeIndex-for-all-column-type.txt, 
> 0003-Handle-new-type-of-IndexExpression.txt, 
> 0004-Handle-partition-key-indexing.txt
>
>
> Given
> {code}
> CREATE TABLE foo (
>   a int,
>   b int,
>   c int,
>   PRIMARY KEY (a, b)
> );
> {code}
> We should support {{CREATE INDEX ON foo(b)}}.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to