cgivre commented on code in PR #3023:
URL: https://github.com/apache/drill/pull/3023#discussion_r2854008575
##########
exec/java-exec/src/main/java/org/apache/drill/exec/server/options/SystemOptionManager.java:
##########
@@ -82,6 +82,10 @@ public static CaseInsensitiveMap<OptionDefinition>
createDefaultOptionDefinition
// here.
@SuppressWarnings("deprecation")
final OptionDefinition[] definitions = new OptionDefinition[]{
+ new OptionDefinition(PlannerSettings.PLAN_CACHE),
+ // new OptionDefinition(PlannerSettings.PLAN_CACHE_TTL),
Review Comment:
@vdegans @TomIsFrank, please remove above commented out lines and then we
can merge this.
Thanks!
--
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]