You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Stu Hood (JIRA)" <ji...@apache.org> on 2009/10/28 16:04:59 UTC

[jira] Commented: (CASSANDRA-508) unable to get entire supercolumn

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

Stu Hood commented on CASSANDRA-508:
------------------------------------

Looks good, thanks Jonathan.

> unable to get entire supercolumn
> --------------------------------
>
>                 Key: CASSANDRA-508
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-508
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>             Fix For: 0.5
>
>         Attachments: 508.patch
>
>
> ./interface/gen-py/cassandra/Cassandra-remote -h localhost:9160 get Keyspace1 o:movie "ColumnPath('movie', 'all')" ConsistencyLevel.ONE
> gets transformed into
> SliceByNamesReadCommand(table='Keyspace1', key='o:movie', columnParent='QueryPath(columnFamilyName='movie', superColumnName='[B@c68059', columnName='null')', columns=[all,])
> which is wrong, sCN should be null

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