Kunal Khatua created DRILL-6443:
-----------------------------------
Summary: Search feature for profiles is available only for running
OR completed queries, but not both
Key: DRILL-6443
URL: https://issues.apache.org/jira/browse/DRILL-6443
Project: Apache Drill
Issue Type: Bug
Components: Web Server
Affects Versions: 1.13.0
Reporter: Kunal Khatua
Assignee: Kunal Khatua
Fix For: 1.14.0
When running a query in Drill, the {{/profiles}} page will show the search (and
pagination) capabilities only for the top most visible table (i.e. _Running
Queries_ ).
The _Completed Queries_ table will show the search feature only when there are
no running queries. This is because the backend uses a generalized freemarker
macro to define the seach capabilities for the tables being rendered. With
running queries, both, _running_ and _completed queries_ tables have the same
element ID, resulting in the search capability only being applied to the first
table.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)