mirror of https://github.com/apache/druid.git
Fix compilation of ExpressionBenchmark (#4379)
This commit is contained in:
parent
6697f3a62b
commit
4ef3a770a3
|
@ -166,7 +166,8 @@ public class ExpressionBenchmark
|
|||
index.getDataInterval(),
|
||||
VirtualColumns.EMPTY,
|
||||
Granularities.ALL,
|
||||
false
|
||||
false,
|
||||
null
|
||||
);
|
||||
|
||||
final List<Double> results = Sequences.toList(
|
||||
|
|
Loading…
Reference in New Issue