mirror of https://github.com/apache/druid.git
Nit comment
This commit is contained in:
parent
a87d02127c
commit
8b3b6b51ed
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue