Initialize ApproximateHistogram Module in ApproximateHistogramGroupByQueryTest (#3363)

or else the test fails if ran independently.
This commit is contained in:
Himanshu 2016-08-15 12:19:33 -05:00 committed by Fangjin Yang
parent e1b0b7de3e
commit 70d99fe3c6
1 changed files with 3 additions and 0 deletions

View File

@ -123,6 +123,9 @@ public class ApproximateHistogramGroupByQueryTest
this.testName = testName; this.testName = testName;
this.factory = factory; this.factory = factory;
this.runner = runner; this.runner = runner;
//Note: this is needed in order to properly register the serde for Histogram.
new ApproximateHistogramDruidModule().configure(null);
} }
@Test @Test