[
https://issues.apache.org/jira/browse/CASSANDRA-356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jonathan Ellis updated CASSANDRA-356:
-------------------------------------
Attachment: 0002-v3.patch
ok, this one works w/ the 357 test cases too
> 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
> 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='[...@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.