You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Aleksey Yeschenko (JIRA)" <ji...@apache.org> on 2014/08/11 18:40:14 UTC

[jira] [Created] (CASSANDRA-7744) Dropping the last collection column turns CompoundSparseCellNameType$WithCollection into CompoundDenseCellNameType

Aleksey Yeschenko created CASSANDRA-7744:
--------------------------------------------

             Summary: Dropping the last collection column turns CompoundSparseCellNameType$WithCollection into CompoundDenseCellNameType
                 Key: CASSANDRA-7744
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-7744
             Project: Cassandra
          Issue Type: Bug
            Reporter: Aleksey Yeschenko
            Assignee: Sylvain Lebresne
             Fix For: 2.1.0


Dropping the last collection column turns CompoundSparseCellNameType$WithCollection into CompoundDenseCellNameType

To reproduce

{code}
cqlsh:test> create table test (id int primary key, col map<int,int>);
cqlsh:test> alter table test drop col;
cqlsh:test> alter table test add col list<int>;
code=2200 [Invalid query] message="Cannot add new column to a COMPACT STORAGE table"
{code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)