Allow Null Predicate in Deletion
--------------------------------

                 Key: CASSANDRA-1027
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1027
             Project: Cassandra
          Issue Type: Improvement
          Components: Core
            Reporter: Sylvain Lebresne
            Assignee: Sylvain Lebresne
            Priority: Minor
         Attachments: 0001-Allow-null-predicate-in-Deletion.patch

In Mutation, Deletion with no predicate are rejected if no SuperColumn is 
provided. This forbid deletion of entire row 
for standard column family using batch_mutate (which feels a bit random as 
deleting full superColumn is authorized).
Attached patch allows null predicate in Deletion (in which case, the whole row 
is deleted). 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to