We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 851637b commit aae0164Copy full SHA for aae0164
sql/core/src/test/scala/org/apache/spark/sql/execution/ui/AllExecutionsPageSuite.scala
@@ -83,9 +83,9 @@ class AllExecutionsPageSuite extends SharedSQLContext {
83
}
84
85
/**
86
- * Render a stage page started with the given conf and return the HTML.
87
- * This also runs a dummy execution page to populate the page with useful content.
88
- */
+ * Render a stage page started with the given conf and return the HTML.
+ * This also runs a dummy execution page to populate the page with useful content.
+ */
89
private def renderSQLPage(
90
request: HttpServletRequest,
91
tab: SQLTab,
0 commit comments