Kurt Deschler has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/19437


Change subject: IMPALA-11857: Connect join build fragment to join in graphical 
plan
......................................................................

IMPALA-11857: Connect join build fragment to join in graphical plan

When support was added for join build sink, the plan JSON and plan
rendering logic were not updated to handle the new sink type. As a
result, the linkage from the join build fragment to it's corresponding
join node were not expressed in the JSON and build fragments nodes were
rendered as orphaned.

This change adds a new JSON join_build_target field to join build
fragments and connects the build fragment to the join with a green dashed
line similar to the red dashed line used for data sender fragments.

Also changed the SVG fill type to 'none' for exchange edges to avoid
rendering a black triangle if the right child was an exchange as in the
join build case.

Testing:
- Manual testing with TPCH queries and reviewing rendered plan diagrams

Change-Id: I80af977e5c5e869268d3ee68fafe541adadc239d
---
M be/src/service/impala-http-handler.cc
M www/query_plan.tmpl
2 files changed, 11 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/37/19437/1
--
To view, visit http://gerrit.cloudera.org:8080/19437
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I80af977e5c5e869268d3ee68fafe541adadc239d
Gerrit-Change-Number: 19437
Gerrit-PatchSet: 1
Gerrit-Owner: Kurt Deschler <kdesc...@cloudera.com>

Reply via email to