IgorBerman commented on code in PR #16266: URL: https://github.com/apache/druid/pull/16266#discussion_r1572449207
########## services/src/main/java/org/apache/druid/cli/CliPeon.java: ########## @@ -185,6 +187,13 @@ public class CliPeon extends GuiceRunnable @Option(name = "--loadBroadcastSegments", title = "loadBroadcastSegments", description = "Enable loading of broadcast segments") public String loadBroadcastSegments = "false"; + + /** + * If set to true then lookups won't be loaded Review Comment: updated -- 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]
