mirror of https://github.com/apache/druid.git
bug fix for incremental index and 1 row
This commit is contained in:
parent
61569f62be
commit
8fc10a61a0
|
@ -215,7 +215,7 @@ public class IncrementalIndexStorageAdapter implements StorageAdapter
|
|||
while (baseIter.hasNext()) {
|
||||
currEntry.set(baseIter.next());
|
||||
if (filterMatcher.matches()) {
|
||||
break;
|
||||
return;
|
||||
}
|
||||
|
||||
numAdvanced++;
|
||||
|
|
Loading…
Reference in New Issue