a2l007 commented on code in PR #18064:
URL: https://github.com/apache/druid/pull/18064#discussion_r2136577589


##########
server/src/test/java/org/apache/druid/query/lookup/LookupReferencesManagerTest.java:
##########
@@ -849,6 +849,26 @@ public void testCoordinatorLoadSubsetOfLookups() throws 
Exception
     Assert.assertFalse(lookupReferencesManager.get("testLookup3").isPresent());
   }
 
+  @Test
+  public void testAddWithLoadingSpec() throws Exception
+  {
+    LookupLoadingSpec loadingSpec = 
LookupLoadingSpec.loadOnly(ImmutableSet.of("testLookup1"));
+    getLookupMapForSelectiveLoadingOfLookups(loadingSpec);
+
+    LookupExtractorFactoryContainer container2 = new 
LookupExtractorFactoryContainer(

Review Comment:
   I can take a look and raise a follow up PR if that works.



-- 
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