You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Pavel Yaskevich (JIRA)" <ji...@apache.org> on 2010/10/14 12:41:37 UTC

[jira] Updated: (CASSANDRA-1613) index created from cli does not show up in keyspace metadata

     [ https://issues.apache.org/jira/browse/CASSANDRA-1613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pavel Yaskevich updated CASSANDRA-1613:
---------------------------------------

    Attachment: CASSANDRA-1613.patch

new format example:

{code}
    Column Family Name: Category {
      Column Family Type: Standard
      Column Sorted By: org.apache.cassandra.db.marshal.UTF8Type
      Column Metadata {
        Column Name: level {
          Validation Class: org.apache.cassandra.db.marshal.IntegerType
          Index Name: CategoryLevelIdx
          Index Type: KEYS
        }
      }
   }
{code}

> index created from cli does not show up in keyspace metadata
> ------------------------------------------------------------
>
>                 Key: CASSANDRA-1613
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1613
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 0.7.0
>            Reporter: Jonathan Ellis
>            Assignee: Pavel Yaskevich
>             Fix For: 0.7.0
>
>         Attachments: CASSANDRA-1613.patch
>
>
> create column family Category with comparator=UTF8Type and column_metadata=[{column_name:level, validation_class:IntegerType, index_type:0, index_name:CategoryLevelIdx}]
> succeeds, but after this
> 'show keyspaces' does not reveal the presence of the index. Only the column family is shown.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.