Github user gparai commented on a diff in the pull request:
https://github.com/apache/drill/pull/655#discussion_r88514074
--- Diff: exec/java-exec/src/main/resources/rest/profile/profile.ftl ---
@@ -132,7 +132,7 @@
<#list model.getOptionList() as option>
<tr>
<td>${option.getName()}</td>
- <td>${option.getValue()?c}</td>
+ <td>${option.getValue()?string}</td>
--- End diff --
I am not familiar with FreeMarker so I do not understand the change. In
Drill-4792 you mentioned
> Since org.apache.drill.exec.server.options.OptionValue.getValue() returns
Object, Freemarker built-in c is used to convert Object to string.
Could you please explain why that was not sufficient and how using `string`
changes that?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---