Update StoreScanner.java

This commit is contained in:
amamiya_yuuko 2022-09-07 18:54:48 +08:00 committed by GitHub
parent 0b2e9f1a73
commit f82a9f0c6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -366,7 +366,7 @@ public class StoreScanner extends NonReversedNonLazyKeyValueScanner
seekAllScanner(scanInfo, scanners); seekAllScanner(scanInfo, scanners);
} }
// Almost the same as above except for settting the start time of oldestUnexpiredTS // Almost the same as below except for settting the start time of oldestUnexpiredTS
StoreScanner(Scan scan, ScanInfo scanInfo, NavigableSet<byte[]> columns, StoreScanner(Scan scan, ScanInfo scanInfo, NavigableSet<byte[]> columns,
List<? extends KeyValueScanner> scanners, Long timeStampOrigin) throws IOException { List<? extends KeyValueScanner> scanners, Long timeStampOrigin) throws IOException {
// 0 is passed as readpoint because the test bypasses Store // 0 is passed as readpoint because the test bypasses Store