Nit comment

This commit is contained in:
Justin Borromeo 2019-03-22 16:01:56 -07:00
parent a87d02127c
commit 8b3b6b51ed
1 changed files with 1 additions and 0 deletions

View File

@ -264,6 +264,7 @@ public class ScanQueryRunnerFactory implements QueryRunnerFactory<ScanResultValu
}
}
yielder = yielder.next(null);
// Finish scanning the interval containing the limit row
if (numRowsScanned > limit && finalInterval == null) {
long timestampOfLimitRow = next.getFirstEventTimestamp(scanQuery.getResultFormat());
for (SegmentDescriptor descriptor : descriptorsOrdered) {