Github user arina-ielchiieva commented on a diff in the pull request:
https://github.com/apache/drill/pull/1021#discussion_r148967310
--- Diff: exec/java-exec/src/main/resources/rest/profile/profile.ftl ---
@@ -135,6 +135,8 @@ table.sortable thead .sorting_desc { background-image:
url("/static/img/black-de
<#assign queueName = model.getProfile().getQueueName() />
<#assign queued = queueName != "" && queueName != "-" />
+ <#assign queryStateDisplayName = ["Starting", "Running", "Succeeded",
"Canceled", "Failed",
--- End diff --
Prasad, maybe you can come up with different way to avoid display names
duplication?
---