kkhatua commented on a change in pull request #1588: DRILL-6921: Add Clear
button for /options filter
URL: https://github.com/apache/drill/pull/1588#discussion_r244368476
##########
File path:
exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/StatusResources.java
##########
@@ -160,9 +174,32 @@ public Viewable updateSystemOption(@FormParam("name")
String name,
}
if (optionManager.getOptionDefinition(name).getMetaData().isInternal()) {
- return getSystemInternalOptions();
+ return getSystemInternalOptions(null);
} else {
- return getSystemPublicOptions();
+ return getSystemPublicOptions(null);
+ }
+ }
+
+ //Data Model for rendering /options on webUI
Review comment:
Done.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services