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/09 22:16:14 UTC

[jira] Commented: (CASSANDRA-357) CompareSubcolumnsWith= has no effect

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

Jonathan Ellis commented on CASSANDRA-357:
------------------------------------------

it looks like your client is returning a result as a hash.  isn't your client's hashing going to screw with the ordering, even if cassandra's is correct?

I'd check the raw thrift results -- I don't see anything obviously wrong on the cassandra code and this is a path that the system tests check.

> CompareSubcolumnsWith= has no effect
> ------------------------------------
>
>                 Key: CASSANDRA-357
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-357
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Evan Weaver
>
> CompareSubcolumnsWith= has no effect.
>           <ColumnFamily CompareWith="UTF8Type" CompareSubcolumnsWith="TimeUUIDType" ColumnType="Super" Name="StatusRelationships" />  
> I insert:
> <[<Cassandra::UUID#13700550 time: Sun Jan 24 00:40:32 -0800 1971>,
>  <Cassandra::UUID#13700530 time: Wed Feb 16 09:21:04 -0800 1972>,
>  <Cassandra::UUID#13700540 time: Wed Apr 03 03:42:08 -0700 1974>,
>  <Cassandra::UUID#13700520 time: Tue Jul 04 14:24:16 -0700 1978>,
>  <Cassandra::UUID#13700560 time: Mon Jan 05 10:48:32 -0800 1987>]> 
> But:
>     keys = @twitter.get(:StatusRelationships, key, "user_timelines").keys
> Responds with:
> <[<Cassandra::UUID#13700560 time: Mon Jan 05 10:48:32 -0800 1987>,
>  <Cassandra::UUID#13700550 time: Sun Jan 24 00:40:32 -0800 1971>,
>  <Cassandra::UUID#13700540 time: Wed Apr 03 03:42:08 -0700 1974>,
>  <Cassandra::UUID#13700530 time: Wed Feb 16 09:21:04 -0800 1972>,
>  <Cassandra::UUID#13700520 time: Tue Jul 04 14:24:16 -0700 1978>]>.
> PS. The debug log says:
> weakreadlocal reading SliceFromReadCommand(table='Twitter', key='test_get_super_sub_keys_with_ranges', column_parent='QueryPath(columnFamilyName='StatusRelationships', superColumnName='[B@370410a7', columnName='null')', start='', finish='', isAscending=true, count=100)

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