You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jonathan Ellis (JIRA)" <ji...@apache.org> on 2010/06/17 07:27:23 UTC

[jira] Resolved: (CASSANDRA-1027) Allow Null Predicate in Deletion

     [ https://issues.apache.org/jira/browse/CASSANDRA-1027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis resolved CASSANDRA-1027.
---------------------------------------

    Resolution: Fixed

(done in r955483)

> Allow Null Predicate in Deletion
> --------------------------------
>
>                 Key: CASSANDRA-1027
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1027
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 0.6
>            Reporter: Sylvain Lebresne
>            Assignee: Sylvain Lebresne
>            Priority: Minor
>             Fix For: 0.6.3
>
>         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.