cassandra 1.2.4

On Mon, Aug 26, 2013 at 2:51 AM, Nate McCall <n...@thelastpickle.com> wrote:

> What version of cassandra are you using?
>
>
> On Sun, Aug 25, 2013 at 8:34 AM, Vivek Mishra <mishra.v...@gmail.com>wrote:
>
>> 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