kfaraz commented on code in PR #16358:
URL: https://github.com/apache/druid/pull/16358#discussion_r1592336496
##########
server/src/main/java/org/apache/druid/server/lookup/cache/LookupLoadingSpec.java:
##########
@@ -44,8 +47,8 @@ public enum Mode
ALL, NONE, ONLY_REQUIRED
}
- private final Mode mode;
- private final ImmutableSet<String> lookupsToLoad;
+ private Mode mode;
Review Comment:
These changes should be reverted along with the other changes made to this
class.
--
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]