Hi,
i am trying to get CQL3 ASSUME command, 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

Reply via email to