Duo Zhang created HBASE-28684: --------------------------------- Summary: Remove CellWrapper and use ExtendedCell internally in client side data structure Key: HBASE-28684 URL: https://issues.apache.org/jira/browse/HBASE-28684 Project: HBase Issue Type: Sub-task Components: API, Client Reporter: Duo Zhang
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. -- This message was sent by Atlassian Jira (v8.20.10#820010)