On Fri, Oct 12, 2012 at 7:51 PM, Sridharan Kuppa <sridharan.ku...@outlook.com> wrote: > Hi, > > I have created table schema using CQL, and I am able to insert and select > from that table. Everything works great but DELETE is not working. When I > execute the DELETE statement it throws "Bad Request: Failed parsing > statement: [COL1, COL2, from TABLE1;] reason NullPointerException: null" I > tried without column names and with column names but always throws the same > exception.
Please make sure you have tried against Cassandra 1.1.5 to be sure this haven't been fixed yet. But if that hasn't, to be able to help you we'll need: - An example query that triggers that this exception. - Which version of CQL you are using (2 or 3) -- Sylvain