Re: CQL 3 compound row key error

2013-02-11 Thread Shahryar Sedghi
Thanks Aaron. Opened CASSANDRA-5240 On Mon, Feb 11, 2013 at 4:34 AM, aaron morton wrote: > That sounds like a bug, or something that is still under work. Sylvain has > his finger on all things CQL. > > Can you raise a ticket on

Re: CQL 3 compound row key error

2013-02-11 Thread aaron morton
That sounds like a bug, or something that is still under work. Sylvain has his finger on all things CQL. Can you raise a ticket on https://issues.apache.org/jira/browse/CASSANDRA Cheers - Aaron Morton Freelance Cassandra Developer New Zealand @aaronmorton http://www.thelastpic

CQL 3 compound row key error

2013-02-10 Thread Shahryar Sedghi
I am moving my application from 1.1 to 1.2.1 to utilize secondary index and simplify the data model. In 1.1 I was concentrating some fields into one separated by ":" for the row key and it was a big string. In V1.2 I use compound rows key showed in the following test case (interval and seq): CRE