Re: deleting columns with CAS (2.0.0-beta2)

2013-07-31 Thread Kalpana Suraesh
allot, updates); so it looks like the deletes I wanted have not been implemented yet. I'd be interested to know if there's a bug that I can track for this, though. Thanks, Kalpana On Mon, Jul 29, 2013 at 1:11 PM, Kalpana Suraesh wrote: > Yep, for example, I created a simple users table

Re: deleting columns with CAS (2.0.0-beta2)

2013-07-29 Thread Kalpana Suraesh
> New Zealand > > @aaronmorton > http://www.thelastpickle.com > > On 26/07/2013, at 8:07 AM, Kalpana Suraesh wrote: > > > Hi, > > > > I've been playing around with CAS (compare-and-swap) in the 2.0 beta, > using the Thrift API. I can't at all figure o

deleting columns with CAS (2.0.0-beta2)

2013-07-25 Thread Kalpana Suraesh
Hi, I've been playing around with CAS (compare-and-swap) in the 2.0 beta, using the Thrift API. I can't at all figure out how to delete columns while using CAS, however. I'm able to update/insert columns by adding them to the list of updates that is passed as a parameter to org.apache.cassandra.th