Re: AW: problems while TimeUUIDType-index-querying with two expressions

2011-03-17 Thread Aaron Morton
return true; >> >> } >> >> >> >> >> >> The line 1608 should be changed from: >> >> int v = data.getComparator().compare(column.value(), >> expression.value); >> >> >> >> to >> >&

Re: AW: problems while TimeUUIDType-index-querying with two expressions

2011-03-16 Thread Jonathan Ellis
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 >

AW: problems while TimeUUIDType-index-querying with two expressions

2011-03-15 Thread Roland Gude
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