Hi, fyi. Cqlsh ASSUME command, does it work with INSERT statement?
Any suggestions? -Vivek ---------- Forwarded message ---------- From: Vivek Mishra <mishra.v...@gmail.com> Date: Sun, Aug 25, 2013 at 12:58 AM Subject: CQLsh assume command To: u...@cassandra.apache.org Hi, i am trying to get CQL3 ASSUME command working, as it works with Cassandra-cli. In my example, i have create a table as : create table default(id blob PRIMARY KEY); Then after connecting with CQLsh(version 3), i did execute: assume default(id) values are text; and then tried to insert a simple record as : insert into default(id) values('1'); But still i am getting error as: Bad Request: cannot parse '1' as hex bytes Any suggestion, what am i doing incorrect here? -Vivek