mirror of
https://github.com/apache/druid.git
synced 2025-02-17 15:35:56 +00:00
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…
x
Reference in New Issue
Block a user