thx
On 05/13/2010 02:12 PM, Gary Dusbabek wrote:
Yes--0.7. I aim to make it part of
https://issues.apache.org/jira/browse/CASSANDRA-494 (remove_slice).
Gary.
On Thu, May 13, 2010 at 16:08, B. Todd Burruss<bburr...@real.com> wrote:
i just figured out that can't do a batch mutate + deletion that uses a slice
range predicate. is adding this functionality targeted for a particular
release? what i am trying to do is delete the first X columns in a row. i
can get around it by requesting all the columns in question and then
removing, but not as optimal.
InvalidRequestException(why:Deletion does not yet support SliceRange
predicates.)
at
org.apache.cassandra.thrift.Cassandra$batch_mutate_result.read(Cassandra.java:15345)
at
org.apache.cassandra.thrift.Cassandra$Client.recv_batch_mutate(Cassandra.java:796)
at
org.apache.cassandra.thrift.Cassandra$Client.batch_mutate(Cassandra.java:772)