Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.0.0-alpha-1
-
Incompatible change, Reviewed
-
Remove the deprecated Admin.deleteSnapshot(byte[]), use the String version instead.
Description
Because update to new version, we need to remove the deprecated function Admin.deleteSnapshot(byte[])
There are some testing also use this function, so we need to change it to Admin.deleteSnapshot(string[])
Attachments
Attachments
Issue Links
- is blocked by
-
HBASE-22063 Deprecated Admin.deleteSnapshot(byte[])
- Resolved