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)
|
||||
.metric(QueryRunnerTestHelper.dependentPostAggMetric)
|
||||
.threshold(4)
|
||||
.intervals(QueryRunnerTestHelper.fullOnInterval)
|
||||
.intervals(QueryRunnerTestHelper.fullOnIntervalSpec)
|
||||
.aggregators(
|
||||
Lists.newArrayList(
|
||||
Iterables.concat(
|
||||
|
|
Loading…
Reference in New Issue