[ https://issues.apache.org/jira/browse/HBASE-7813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13576211#comment-13576211 ]
Varun Sharma commented on HBASE-7813: ------------------------------------- Yes, but I am using DeleteType.COLUMN since I want all versions of a column to be deleted. In this particular case, I didn't say where we check that noOfVersions > 0 before applying the delete. Applying a delete without deleteColumn or deleteColumns deletes the entire row. > Bug in BulkDeleteEndpoint kills entire rows on COLUMN/VERSION Deletes > --------------------------------------------------------------------- > > Key: HBASE-7813 > URL: https://issues.apache.org/jira/browse/HBASE-7813 > Project: HBase > Issue Type: Bug > Components: Coprocessors > Affects Versions: 0.96.0, 0.94.4 > Reporter: Varun Sharma > Assignee: Varun Sharma > Fix For: 0.96.0, 0.94.6 > > Attachments: 7813-0.94.txt > > > Try a BulkDeleteEndpoint using DeleteType.COLUMN or DeleteType.VERSION and > give it a set of Columns which are not in the row. > A Delete is constructed using just the row alone. No family/column/version is > added and it is applied, thus deleting the entire row. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira