brfrn169 commented on a change in pull request #2498: URL: https://github.com/apache/hbase/pull/2498#discussion_r503230843
########## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HMobStore.java ########## @@ -139,7 +139,8 @@ public Configuration getConfiguration() { */ @Override protected KeyValueScanner createScanner(Scan scan, ScanInfo scanInfo, - NavigableSet<byte[]> targetCols, long readPt) throws IOException { + NavigableSet<byte[]> targetCols, long readPt,List<KeyValueScanner> additionalScanners) Review comment: It Has to be a KVScanner. I will explain the reason in the following comment: https://github.com/apache/hbase/pull/2498#discussion_r502654326 ---------------------------------------------------------------- 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: us...@infra.apache.org