IgorBerman commented on code in PR #16266:
URL: https://github.com/apache/druid/pull/16266#discussion_r1572446136
##########
services/src/main/java/org/apache/druid/cli/CliPeon.java:
##########
@@ -363,7 +372,7 @@ public String getTaskIDFromTask(final Task task)
new IndexingServiceTuningConfigModule(),
new InputSourceModule(),
new ChatHandlerServerModule(properties),
- new LookupModule()
+ LookupLoadingMode.NONE == loadLookups ? new LookupSerdeModule() : new
LookupModule()
Review Comment:
added log and private method. also added tests for it
--
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]