Re: Replace list with map

2013-10-31 Thread Oli Schacher
On Thu, 31 Oct 2013 11:50:45 +0100 Sylvain Lebresne wrote: > That would be a bug. If you could open a ticket on JIRA, that would be > great. > Done: https://issues.apache.org/jira/browse/CASSANDRA-6276

Re: Replace list with map

2013-10-31 Thread Sylvain Lebresne
That would be a bug. If you could open a ticket on JIRA, that would be great. -- Sylvain On Thu, Oct 31, 2013 at 10:23 AM, Oli Schacher wrote: > Hi > > I'm playing with collections in CQL. I'm trying to drop a > list and create a map with the same name, but I'm getting: "Bad > Request: compara

Replace list with map

2013-10-31 Thread Oli Schacher
Hi I'm playing with collections in CQL. I'm trying to drop a list and create a map with the same name, but I'm getting: "Bad Request: comparators do not match or are not compatible." # table setup cqlsh:os_test1> create table thetable(id timeuuid primary key, somevalue text); cqlsh:os_test1> alt