mirror of https://github.com/apache/druid.git
fix compilation
This commit is contained in:
parent
2789536bed
commit
63fcd11864
|
@ -112,7 +112,7 @@ public class IncrementalIndexStorageAdapterTest
|
|||
public void testObjectColumnSelectorOnVaryingColumnSchema() throws Exception
|
||||
{
|
||||
IncrementalIndex index = new IncrementalIndex(
|
||||
0, QueryGranularity.MINUTE, new AggregatorFactory[]{new CountAggregatorFactory("cnt")}
|
||||
0, QueryGranularity.MINUTE, new AggregatorFactory[]{new CountAggregatorFactory("cnt")}, TestQueryRunners.pool
|
||||
);
|
||||
|
||||
index.add(
|
||||
|
|
Loading…
Reference in New Issue