mirror of https://github.com/apache/druid.git
fix build (#6897)
This commit is contained in:
parent
8eae26fd4e
commit
ffded61f5e
|
@ -127,7 +127,7 @@ public class FixedBucketsHistogramTopNQueryTest
|
||||||
.dimension(QueryRunnerTestHelper.marketDimension)
|
.dimension(QueryRunnerTestHelper.marketDimension)
|
||||||
.metric(QueryRunnerTestHelper.dependentPostAggMetric)
|
.metric(QueryRunnerTestHelper.dependentPostAggMetric)
|
||||||
.threshold(4)
|
.threshold(4)
|
||||||
.intervals(QueryRunnerTestHelper.fullOnInterval)
|
.intervals(QueryRunnerTestHelper.fullOnIntervalSpec)
|
||||||
.aggregators(
|
.aggregators(
|
||||||
Lists.newArrayList(
|
Lists.newArrayList(
|
||||||
Iterables.concat(
|
Iterables.concat(
|
||||||
|
|
Loading…
Reference in New Issue