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

Ryan Daum commented on CASSANDRA-661:
-------------------------------------

K, I'll make the hexstring change and resubmit 

re: executeCLIStmt, etc. like I said, those were brace placement, those were 
pre-existing methods (not mine) so I didn't touch them to keep the diff small. 
If you want me to change them, I can :-)

> Pretty-print column names in CLI 'get' command
> ----------------------------------------------
>
>                 Key: CASSANDRA-661
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-661
>             Project: Cassandra
>          Issue Type: New Feature
>          Components: Tools
>            Reporter: Ryan Daum
>            Assignee: Ryan Daum
>            Priority: Trivial
>             Fix For: 0.9
>
>         Attachments: 
> 0002-CASSANDRA-661-Formatted-representation-of-column-na.patch, 
> Patch-revised.patch
>
>
> Currently when CompareWith for a column is a UUID or Long, the CLI prints out 
> a string containing the binary of the column name rather than a literal 
> representation of the name
> However, it appears AbstractType supports a 'getString' method to produce a 
> printable form of any of the types usable in CompareWith and 
> CompareSubcolumnsWith.
> Patch forthcoming which uses this + reflection to produce a more readable 
> representation.

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

Reply via email to