[
https://issues.apache.org/jira/browse/HBASE-13871?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14579239#comment-14579239
]
Anoop Sam John commented on HBASE-13871:
----------------------------------------
Yes this class need not be top level.. Let me see how we can make it inner.
bq.5252 this.isScan = scan.isGetScan() ? -1 : 0; 5252 this.isScan =
scan.isGetScan() ? 1 : 0;
Yes this change is intended. Pls see the compare in isStopROw is changed. So we
need this change.
> 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)