mirror of
https://github.com/apache/druid.git
synced 2025-02-06 18:18:17 +00:00
* Add a unit test that fails when used segments with too many intervals are retrieved. - This is a failing test case that needs to be ignored. * Batch the intervals (use 100 as it's consistent with batching in other places). * move the filtering inside the batch * Account for limit cross the batch splits. * Adjustments * Fixup and add tests * small refactor * add more tests. * remove wrapper. * Minor edits * assert out of range