GitHub user prasadns14 opened a pull request:
https://github.com/apache/drill/pull/1074
DRILL-6025: Display execution time of a query in RUNNING state
For a query in 'RUNNING' state, rather than displaying execution duration
as 'NOT AVAILABLE' this PR will display the duration till the current time.
@paul-rogers , please review
<img width="1154" alt="before"
src="https://user-images.githubusercontent.com/4907022/34038089-e8643960-e13f-11e7-9e5c-bb8ba5cf0efd.png">
<img width="1231" alt="now"
src="https://user-images.githubusercontent.com/4907022/34038090-e8ac3166-e13f-11e7-870e-23c294800c06.png">
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/prasadns14/drill DRILL-6025
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/drill/pull/1074.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1074
----
----
---