GitHub user kkhatua opened a pull request:
https://github.com/apache/drill/pull/1116
DRILL-6140: Correctly list Operators in Profiles Page
Operators listed in Profiles Page don't always correspond with operator
specified in Physical Plan.
This commit fixes that by using the PhysicalPlan as a reference, but
reverts to the inferred names in the event of an Exchange-based operator
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kkhatua/drill DRILL-6140
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/drill/pull/1116.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 #1116
----
commit 4ff7e34690235cb7c2522aed0eda3d027c0ddbe8
Author: Kunal Khatua <kkhatua@...>
Date: 2018-02-07T06:14:58Z
DRILL-6140: Correctly list Operators in Profiles Page
Operators listed in Profiles Page don't always correspond with operator
specified in Physical Plan.
This commit fixes that by using the PhysicalPlan as a reference, but
reverts to the inferred names in the event of an Exchange-based operator
----
---