Enrico Minack created SPARK-30531: ------------------------------------- Summary: Duplicate query plan on Spark UI SQL page Key: SPARK-30531 URL: https://issues.apache.org/jira/browse/SPARK-30531 Project: Spark Issue Type: Bug Components: Web UI Affects Versions: 3.0.0 Reporter: Enrico Minack
When you save a Spark UI SQL query page to disk and then display the html file with your browser, the query plan will be rendered a second time. This change avoids rendering the plan visualization when it exists already. !https://user-images.githubusercontent.com/44700269/72543429-fcb8d980-3885-11ea-82aa-c0b3638847e5.png! The fix does not call {{renderPlanViz()}} when the plan exists already: !https://user-images.githubusercontent.com/44700269/72543641-57523580-3886-11ea-8cdf-5fb0cdffa983.png! -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org