-
Type:
Sub-task
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.95.2
-
Fix Version/s: None
-
Component/s: Client
-
Labels:None
-
Hadoop Flags:Reviewed
-
Release Note:
-
Tags:Phoenix
The goal is is to remove KeyValue from the publicly exposed API and require clients to use the cleaner mroe encapsulated Cell API instead. For filters, this affects #filterKeyValue, #transform, #filterrow, and #getNextKeyHint.
Since Cell is a base interface for KeyValue, changing these means that 0.94 apps may need a recompile but probably no modifications.