Re: update static column using partition key

2014-09-07 Thread graham sanderson
Note also (though you are likely not hitting them) there were a bunch of static column related edge cases fixed in 2.0.10 On Sep 7, 2014, at 1:18 PM, graham sanderson wrote: > Presumably you meant unread_ids to be a static column (it isn’t in your table > definition) > > On Sep 7, 2014, at 10

Re: update static column using partition key

2014-09-07 Thread graham sanderson
Presumably you meant unread_ids to be a static column (it isn’t in your table definition) On Sep 7, 2014, at 10:14 AM, tommaso barbugli wrote: > Hi, > I am trying to use a couple of static columns; I am using cassandra 2.0.7 and > when I try to set a value using the partition key only, I get a

update static column using partition key

2014-09-07 Thread tommaso barbugli
Hi, I am trying to use a couple of static columns; I am using cassandra 2.0.7 and when I try to set a value using the partition key only, I get a primary key incomplete error. Here is the schema and the query with the error I get from cqlsh CREATE TABLE shard75 ( group_id ascii, event_id time