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

Vladislav Sinjavin commented on CASSANDRA-7159:
-----------------------------------------------

Hi Sylvain! 

Once more:)

Sorry in advance for many questions. Trying to understand about the 
CellNameType comparator. As I see right now there is many implementations of 
this interface. How to correct create this instance to deserialize ByteBuffer?

I was trying in that way:
 CompositeType composite = CompositeType.getInstance(Arrays.asList(new 
AbstractType<?>[]{UTF8Type.instance, UTF8Type.instance}));
 CellNameType cellNameType = CellNames.fromAbstractType(composite, false);

But it didn't help.


> sstablemetadata command should print some more stuff
> ----------------------------------------------------
>
>                 Key: CASSANDRA-7159
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-7159
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Tools
>            Reporter: Jeremiah Jordan
>            Assignee: Vladislav Sinjavin
>            Priority: Trivial
>              Labels: lhf
>             Fix For: 2.0.11
>
>         Attachments: 
> CASSANDRA-7159_-_sstablemetadata_command_should_print_some_more_stuff.patch
>
>
> It would be nice if the sstablemetadata command printed out some more of the 
> stuff we track.  Like the Min/Max column names and the min/max token in the 
> file.



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

Reply via email to