Recently I added CQL3 support to Hector, but I haven't had time to try out serial writes.
On Fri, Mar 14, 2014 at 3:34 PM, Robert Coli <rc...@eventbrite.com> wrote: > On Fri, Mar 14, 2014 at 11:59 AM, Panagiotis Garefalakis < > panga...@gmail.com> wrote: > >> I am running some tests in my cluster and I wanted to try some of the new >> features of Cassandra like lightweight transactions and Serial Writes. >> Surprisingly I found out that Serial writes are not supported by the >> Thrift API. >> Is there any patch available or the only way to support them is though >> CQL? >> > > Briefly, the only way to support them is via CQL. > > Some people were working on supporting various CQL features via thrift, > but with the proposed freeze of such work in 2.1, most of it has likely > stopped. > > =Rob > >