return true;
>>
>> }
>>
>>
>>
>>
>>
>> The line 1608 should be changed from:
>>
>> int v = data.getComparator().compare(column.value(),
>> expression.value);
>>
>>
>>
>> to
>>
>&
as well as those with real data).
>
> They do work now.
>
>
>
> Von: Roland Gude [mailto:roland.g...@yoochoose.com]
> Gesendet: Mittwoch, 16. März 2011 16:29
>
> An: user@cassandra.apache.org
> Betreff: AW: AW: problems while TimeUUIDType-index-querying with two
>
Actually its not the column values that should be UUIDs in our case, but the
column keys. The CF uses TimeUUID ordering and the values are just some
ByteArrays. Even with changing the code to use UUIDSerializer instead of
serializing the UUIDs manually the issue still exists.
As far as I can se