[
https://issues.apache.org/jira/browse/HBASE-13871?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14579228#comment-14579228
]
stack commented on HBASE-13871:
-------------------------------
Do we have to have a class named FirstOnRowFakeCell at top level of our class
hierarchy? Is it only used in CellUtil? Could it be an inner class of it?
Any reason for this change?
5252 this.isScan = scan.isGetScan() ? -1 : 0; 5252
this.isScan = scan.isGetScan() ? 1 : 0;
Otherwise, seems good.
> Change RegionScannerImpl to deal with Cell instead of byte[], int, int
> ----------------------------------------------------------------------
>
> Key: HBASE-13871
> URL: https://issues.apache.org/jira/browse/HBASE-13871
> Project: HBase
> Issue Type: Sub-task
> Components: regionserver, Scanners
> Reporter: Anoop Sam John
> Assignee: Anoop Sam John
> Fix For: 2.0.0
>
> Attachments: HBASE-13871.patch, HBASE-13871.patch
>
>
> This is also a sub item for splitting HBASE-13387 into smaller chunks.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)