Details
-
Sub-task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.0.0
-
None
-
None
-
Reviewed
Description
The HTable#checkAndDelete(byte[], byte[], byte[], byte[], Delete) can be implemented by HTable#checkAndDelete(byte[], byte[], byte[], byte[], CompareType.EQUAL, Delete). As a result, all HTable#checkAndDelete methods can be unified with AP.
Attachments
Attachments
Issue Links
- is related to
-
HBASE-16592 Unify Delete request with AP
- Resolved