Akshat-Jain commented on code in PR #16328:
URL: https://github.com/apache/druid/pull/16328#discussion_r1578005425


##########
server/src/main/java/org/apache/druid/query/lookup/LookupListeningAnnouncerConfig.java:
##########
@@ -57,4 +59,9 @@ public String getLookupTier()
         lookupTierIsDatasource ? "bound value" : LookupModule.PROPERTY_BASE
     );
   }
+
+  public List<String> getLookupsToLoad()
+  {
+    return dataSourceTaskIdHolder.getLookupsToLoad();

Review Comment:
   @kfaraz `LookupListeningAnnouncerConfig` is already injected in 
`LookupReferencesManager`, and already being used to fetch lookup tier: 
`lookupListeningAnnouncerConfig.getLookupTier()`, so I added it there itself.



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