gianm commented on code in PR #18422:
URL: https://github.com/apache/druid/pull/18422#discussion_r2292078003


##########
extensions-core/multi-stage-query/src/test/java/org/apache/druid/msq/test/MSQTestBase.java:
##########
@@ -429,13 +456,10 @@ public void setUp2() throws Exception
 
     SqlTestFramework qf = queryFramework();
 
-    ObjectMapper secondMapper = setupObjectMapper(qf.injector());
-    indexIO = new IndexIO(secondMapper, ColumnConfig.DEFAULT);
-
-    segmentCacheManager = new SegmentCacheManagerFactory(TestIndex.INDEX_IO, 
secondMapper).manufacturate(newTempFolder("cacheManager"));
-
-    MSQSqlModule sqlModule = new MSQSqlModule();
+    objectMapper = setupObjectMapper(qf.injector());
+    indexIO = new IndexIO(objectMapper, ColumnConfig.DEFAULT);
 
+    segmentCacheManager = new SegmentCacheManagerFactory(TestIndex.INDEX_IO, 
objectMapper).manufacturate(newTempFolder("cacheManager"));

Review Comment:
   Yes, just pushed that.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to