[
https://issues.apache.org/jira/browse/HBASE-10929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13974137#comment-13974137
]
Ted Yu commented on HBASE-10929:
--------------------------------
lgtm
{code}
- kv = KeyValueUtil.ensureKeyValue(f.transformCell(kv));
+ kv = f.transformCell(kv);
{code}
transformCell() returns Cell. Please add a new variable of type Cell.
> Change ScanQueryMatcher to use Cells instead of KeyValue.
> ---------------------------------------------------------
>
> Key: HBASE-10929
> URL: https://issues.apache.org/jira/browse/HBASE-10929
> Project: HBase
> Issue Type: Sub-task
> Reporter: ramkrishna.s.vasudevan
> Assignee: ramkrishna.s.vasudevan
> Fix For: 0.99.0
>
> Attachments: HBASE-10929.patch, HBASE-10929_1.patch,
> HBASE-10929_2.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.2#6252)