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

remove column from all super-columns failed

2010-12-15 Thread Michal Augustýn
Helllo, I want to remove one column from all super columns in one row (for one key) (via Thrift, Cassandra 0.7) but I got exception (see below). I just call "remove" method where ColumnPath structure has "column_family" and "column" members set ("super_column" not set). ERROR 17:57:46,924 Error i