GitHub user kkhatua opened a pull request:
https://github.com/apache/drill/pull/738
DRILL-5190: Display planning time for a query in its profile page
Modified UserSharedBit protobuf for marking planning end time. This will
allow for accurately reporting the planning time of a query.
In the absence of this property, for older profiles, the root fragment's
(i.e. SCREEN operator) start time is taken as the estimated end of planning
time.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kkhatua/drill DRILL-5190
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/drill/pull/738.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 #738
----
commit c1fa2cb2d1a8dcf96603bbd448a86fed8f1ec3a6
Author: Kunal Khatua <[email protected]>
Date: 2017-01-12T01:04:08Z
DRILL-5190: Display planning time for a query in its profile page
Modified UserSharedBit protobuf for marking planning end time. This will
allow for accurately reporting the planning time of a query.
In the absence of this property, for older profiles, the root fragment's
(i.e. SCREEN operator) start time is taken as the estimated end of planning
time.
----
---
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.
---