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 2009/10/23 00:11:59 UTC

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

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


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


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

Posted by "Stu Hood (JIRA)" <ji...@apache.org>.
    [ 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.


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

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis updated CASSANDRA-508:
-------------------------------------

    Attachment: 508.patch

add test & fix

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