GitHub user kkhatua opened a pull request:
https://github.com/apache/drill/pull/969
DRILL-5802: Provide a sortable table for tables within a query profile
Using the DataTables jQuery library, we can now sort tables (fragments and
operators) to group like values or sort on a column.
In addition, additional tooltips have been provided for these columns.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kkhatua/drill DRILL-5802-Alt
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/drill/pull/969.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 #969
----
commit fb39faa8736c790989c8bc2497cf608563e8096f
Author: Kunal Khatua <[email protected]>
Date: 2017-10-02T22:59:01Z
DRILL-5802: Provide a sortable table for tables within a query profile
Using the DataTables jQuery library, we can now sort tables (fragments and
operators) to group like values or sort on a column.
In addition, additional tooltips have been provided for these columns
----
---