Github user paul-rogers commented on a diff in the pull request:

    https://github.com/apache/drill/pull/655#discussion_r88701851
  
    --- Diff: exec/java-exec/src/main/resources/rest/profile/profile.ftl ---
    @@ -129,10 +130,10 @@
                     </tr>
                   </thead>
                   <tbody>
    -                <#list model.getOptionList() as option>
    +                <#list options?keys as name>
    --- End diff --
    
    Neither this nor the original design displays the keys as sorted. Sorted 
display is a fairly traditional to save the user from a random search for each 
value. Since we are changing the behavior, should we fix the sorting issue as 
well?


---
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.
---

Reply via email to