GitHub user andrewor14 opened a pull request: https://github.com/apache/spark/pull/6002
[SPARK-7466] DAG visualization: fix orphan nodes Simple fix. We were comparing an option with `null`. Before: <img src="https://issues.apache.org/jira/secure/attachment/12731383/before.png" width="250px"/> After: <img src="https://issues.apache.org/jira/secure/attachment/12731384/after.png" width="250px"/> You can merge this pull request into a Git repository by running: $ git pull https://github.com/andrewor14/spark dag-viz-orphan-nodes Alternatively you can review and apply these changes as the patch at: https://github.com/apache/spark/pull/6002.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 #6002 ---- commit a1468dc676f4641fa496a311f1e592b2aae221a2 Author: Andrew Or <and...@databricks.com> Date: 2015-05-08T07:10:08Z Fix null check ---- --- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org