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/11/02 12:16:26 UTC

[jira] Issue Comment Edited: (CASSANDRA-1693) add cli support for assuming CF comparator, validator

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

Pavel Yaskevich edited comment on CASSANDRA-1693 at 11/2/10 7:15 AM:
---------------------------------------------------------------------

How about:

{code}
SHOW CFName[Column] NAME  AS <type> OR <type>
SHOW CFName[Column] VALUE  AS <type> OR <type>
{code}

?

      was (Author: xedin):
    How about:

{code}
SHOW CFName[Column] NAME    AS <type> OR <type>
SHOW CFName[Column] VALUE  AS <type> OR <type>
{code}

?
  
> add cli support for assuming CF comparator, validator
> -----------------------------------------------------
>
>                 Key: CASSANDRA-1693
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1693
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Tools
>    Affects Versions: 0.7 beta 1
>            Reporter: Jonathan Ellis
>            Assignee: Pavel Yaskevich
>            Priority: Minor
>             Fix For: 0.7.0
>
>
> Similar to what we did for CASSANDRA-1603 for column-level metadata, we'd like to be able to add client-side metadata for a CF w/o actually updating the CF definition.  Suggestions for syntax?

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