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/08/10 17:30:15 UTC

[jira] Resolved: (CASSANDRA-356) Count parameter has no effect on subcolumns.

     [ https://issues.apache.org/jira/browse/CASSANDRA-356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis resolved CASSANDRA-356.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 0.4

committed

> Count parameter has no effect on subcolumns.
> --------------------------------------------
>
>                 Key: CASSANDRA-356
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-356
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>            Reporter: Evan Weaver
>            Assignee: Jonathan Ellis
>             Fix For: 0.4
>
>         Attachments: 0001-CASSANDRA-356-rename-clean-up-collectColumns-methods.txt, 0002-use-the-existing-collectReducedColumns-api-to-make-sub.txt, 0002-v2.patch, 0002-v3.patch
>
>
> I send count=1: 
> ["get_slice", "Twitter", "test_get_super_sub_keys_with_count", <CassandraThrift::ColumnParent column_family:"StatusRelationships", super_column:"user_timelines">, <CassandraThrift::SlicePredicate slice_range:<CassandraThrift::SliceRange start:"", finish:"", is_ascending:true, count:1>>, 1]
> The server says:
> weakreadlocal reading SliceFromReadCommand(table='Twitter', key='test_get_super_sub_keys_with_count', column_parent='QueryPath(columnFamilyName='StatusRelationships', superColumnName='[B@3def3b56', columnName='null')', start='', finish='', isAscending=true, count=1)
> But I get back two items:
> {[<Cassandra::UUID#13699890>,
>   "v1"]=>nil,
>  [<Cassandra::UUID#13699880>,
>   "v3"]=>nil}
> Incidentally, the debug output value for "superColumnName" is not correct.

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