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

Kristine Hahn commented on CASSANDRA-7527:
------------------------------------------

@tyler, shouldn't the <keyspacename> dot be next to the table name (after ON), 
not next to the name of the index? 

CREATE CUSTOM INDEX IF NOT EXISTS index_name
ON keyspace_name.table_name ( KEYS ( column_name ) )
(USING class_name) (WITH OPTIONS = map)

The tab completion doesn't show that you can preface an index name with a 
keyspace name using the dot notation.

> Bump CQL version and update doc for 2.1
> ---------------------------------------
>
>                 Key: CASSANDRA-7527
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-7527
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Sylvain Lebresne
>            Assignee: Tyler Hobbs
>             Fix For: 2.1.0
>
>         Attachments: 7527-v2.txt, 7527.txt
>
>
> It appears we forgot to bump the CQL version for new 2.1 features (UDT, tuple 
> type, collection indexing), nor did we update the textile doc



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to