Re: remove column from all super-columns failed

2010-12-15 Thread Jonathan Ellis
The API does not support this. You can remove a column from a supercolumn, or a supercolumn from a row; if you wan tto remove a column from each supercolumn, you'll need to slice out the supercolumns, then create a batch of remove-subcolumn operations. On Wed, Dec 15, 2010 at 11:03 AM, Michal Aug

Re: remove column from all super-columns failed

2010-12-15 Thread Jonathan Ellis
Created https://issues.apache.org/jira/browse/CASSANDRA-1866 to turn this into an InvalidRequestException. On Wed, Dec 15, 2010 at 11:47 AM, Jonathan Ellis wrote: > The API does not support this. You can remove a column from a supercolumn, > or a supercolumn from a row; if you wan tto remove a