ramkrish86 commented on a change in pull request #2663:
URL: https://github.com/apache/hbase/pull/2663#discussion_r543101694
##########
File path:
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/StoreScanner.java
##########
@@ -728,7 +739,7 @@ public boolean next(List<Cell> outResult, ScannerContext
scannerContext) throws
break;
case SEEK_NEXT_COL:
- seekOrSkipToNextColumn(cell);
+ doSeekCol(cell);
Review comment:
Ok . I can see how can that be done.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]