mirror of https://github.com/apache/druid.git
Initialize ApproximateHistogram Module in ApproximateHistogramGroupByQueryTest (#3363)
or else the test fails if ran independently.
This commit is contained in:
parent
e1b0b7de3e
commit
70d99fe3c6
|
@ -123,6 +123,9 @@ public class ApproximateHistogramGroupByQueryTest
|
|||
this.testName = testName;
|
||||
this.factory = factory;
|
||||
this.runner = runner;
|
||||
|
||||
//Note: this is needed in order to properly register the serde for Histogram.
|
||||
new ApproximateHistogramDruidModule().configure(null);
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
Loading…
Reference in New Issue