Hi,
I have created a column family using Cassandra-cli as:

create column family default;

and then inserted some record as:

set default[1]['type']='bytes';

Then i tried to alter table it via cqlsh as:

alter table default alter key type text;  // it works

alter table default alter column1 type text; // it goes for a toss

surprisingly any command after that, simple hangs and i need to reset
connection.


Any suggestions?

Reply via email to