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

2011-03-17 Thread Aaron Morton
Betreff: AW: AW: problems while TimeUUIDType-index-querying with two expressions With debugging into it i found something that might be the issue (please correct me if I am wrong): In ColumnFamilyStore.java lines 1597 to 1613 is the code that checks whether some column satisfies an index

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

2011-03-16 Thread Jonathan Ellis
(the supplied ones 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 expressions With debugging

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

2011-03-15 Thread aaron morton
Perfectly reasonable, created https://issues.apache.org/jira/browse/CASSANDRA-2328 Aaron On 15 Mar 2011, at 16:52, Jonathan Ellis wrote: Sounds like we should send an InvalidRequestException then. On Mon, Mar 14, 2011 at 8:06 PM, aaron morton aa...@thelastpickle.com wrote: It's failing to

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

2011-03-15 Thread Roland Gude
] Gesendet: Dienstag, 15. März 2011 07:54 An: user@cassandra.apache.org Cc: Juergen Link; Roland Gude; her...@datastax.com Betreff: Re: problems while TimeUUIDType-index-querying with two expressions Perfectly reasonable, created https://issues.apache.org/jira/browse/CASSANDRA-2328 Aaron On 15 Mar 2011

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

2011-03-14 Thread aaron morton
It's failing to when comparing two TimeUUID values because on of them is not properly formatted. In this case it's comparing a stored value with the value passed in the get_indexed_slice() query expression. I'm going to assume it's the value passed for the expression. When you create the

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

2011-03-14 Thread Jonathan Ellis
Sounds like we should send an InvalidRequestException then. On Mon, Mar 14, 2011 at 8:06 PM, aaron morton aa...@thelastpickle.com wrote: It's failing to when comparing two TimeUUID values because on of them is not properly formatted. In this case it's comparing a stored value with the value