Using cassandra version 1.1.x and cql3? -Vivek
On Fri, Oct 12, 2012 at 11:21 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. > > Thanks, > -Sridharan >