mirror of https://github.com/apache/druid.git
Merge pull request #289 from alberts/master
Fix compile error in Eclipse 4.3.
This commit is contained in:
commit
0587a9ecd0
|
@ -166,7 +166,7 @@ public class IncrementalIndexStorageAdapterTest
|
||||||
.addDimension("billy")
|
.addDimension("billy")
|
||||||
.addDimension("sally")
|
.addDimension("sally")
|
||||||
.addAggregator(new LongSumAggregatorFactory("cnt", "cnt"))
|
.addAggregator(new LongSumAggregatorFactory("cnt", "cnt"))
|
||||||
.setDimFilter(DimFilters.dimEquals("sally", null))
|
.setDimFilter(DimFilters.dimEquals("sally", (String) null))
|
||||||
.build(),
|
.build(),
|
||||||
new IncrementalIndexStorageAdapter(index)
|
new IncrementalIndexStorageAdapter(index)
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue