You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jonathan Ellis (JIRA)" <ji...@apache.org> on 2010/11/02 03:43:24 UTC

[jira] Commented: (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=12927263#action_12927263 ] 

Jonathan Ellis commented on CASSANDRA-1693:
-------------------------------------------

A suggestion for a simpler solution for at least the "show keyspaces" case:

bq. Chances are columns with indexes are UTF8. So, the logic is: If <column has index> then try <parse name as UTF8>; return result; catch <return bytearray>

> 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.