mirror of https://github.com/apache/druid.git
remove redundant registering of json modules in AggregationTestHelper
This commit is contained in:
parent
8d1686039a
commit
b973604bf8
|
@ -132,10 +132,6 @@ public class AggregationTestHelper
|
|||
{
|
||||
ObjectMapper mapper = new DefaultObjectMapper();
|
||||
|
||||
for(Module mod : jsonModulesToRegister) {
|
||||
mapper.registerModule(mod);
|
||||
}
|
||||
|
||||
Supplier<GroupByQueryConfig> configSupplier = Suppliers.ofInstance(new GroupByQueryConfig());
|
||||
StupidPool<ByteBuffer> pool = new StupidPool<>(
|
||||
new Supplier<ByteBuffer>()
|
||||
|
|
Loading…
Reference in New Issue