Skip to content

Conversation

@JoshRosen
Copy link
Contributor

When generating Graphviz DOT files in the SQL query visualization we need to escape double-quotes inside node labels. This is a followup to #11309, which fixed a similar graph in Spark Core's DAG visualization.

@JoshRosen JoshRosen changed the title [SPARK-13755] Escape quotes in Graphviz / DOT node labels [SPARK-13755] Escape quotes in SQL plan visualization node labels Mar 8, 2016
@JoshRosen
Copy link
Contributor Author

/cc @zsxwing for review

@zsxwing
Copy link
Member

zsxwing commented Mar 8, 2016

LGTM

@SparkQA
Copy link

SparkQA commented Mar 8, 2016

Test build #52688 has finished for PR 11587 at commit 531adb7.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA
Copy link

SparkQA commented Mar 8, 2016

Test build #52690 has finished for PR 11587 at commit 8bf1ba2.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@JoshRosen
Copy link
Contributor Author

Merging into master and 1.6

@asfgit asfgit closed this in 81f54ac Mar 9, 2016
@JoshRosen JoshRosen deleted the graphviz-escaping branch March 9, 2016 00:31
asfgit pushed a commit that referenced this pull request Mar 9, 2016
When generating Graphviz DOT files in the SQL query visualization we need to escape double-quotes inside node labels. This is a followup to #11309, which fixed a similar graph in Spark Core's DAG visualization.

Author: Josh Rosen <[email protected]>

Closes #11587 from JoshRosen/graphviz-escaping.

(cherry picked from commit 81f54ac)
Signed-off-by: Josh Rosen <[email protected]>
roygao94 pushed a commit to roygao94/spark that referenced this pull request Mar 22, 2016
When generating Graphviz DOT files in the SQL query visualization we need to escape double-quotes inside node labels. This is a followup to apache#11309, which fixed a similar graph in Spark Core's DAG visualization.

Author: Josh Rosen <[email protected]>

Closes apache#11587 from JoshRosen/graphviz-escaping.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants