kadirozde commented on code in PR #5545:
URL: https://github.com/apache/hbase/pull/5545#discussion_r1442683796
##########
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/StoreFileScanner.java:
##########
@@ -124,7 +124,7 @@ public static List<StoreFileScanner>
getScannersForStoreFiles(Collection<HStoreF
*/
public static List<StoreFileScanner>
getScannersForStoreFiles(Collection<HStoreFile> files,
boolean cacheBlocks, boolean usePread, boolean isCompaction, boolean
canUseDrop,
- ScanQueryMatcher matcher, long readPt) throws IOException {
+ ScanQueryMatcher matcher, long readPt, boolean onlyLatestVersion) throws
IOException {
Review Comment:
I will fix it.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]