Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
Incompatible change, Reviewed
-
Description
In general, all Cells in HBase are ExtendedCells, we introduce Cell interface is only for preventing user to call some methods which damage the system.
So I think we should have internal methods which can get ExtendedCell from the client side data structures so we do not need to cast everywhere.
Attachments
Issue Links
- is related to
-
HBASE-28644 Use ExtendedCell instead of Cell in KeyValueScanner
- Resolved
-
HBASE-19550 Wrap the cell passed via Mutation#add(Cell) to be of ExtendedCell
- Resolved
- links to