Details
-
Improvement
-
Status: Resolved
-
Low
-
Resolution: Fixed
-
None
-
None
Description
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).