You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by "yaooqinn (via GitHub)" <gi...@apache.org> on 2023/09/06 12:11:52 UTC

[GitHub] [spark] yaooqinn commented on a diff in pull request #42838: [SPARK-45092][SQL][UI] Avoid analyze twice for failed queries

yaooqinn commented on code in PR #42838:
URL: https://github.com/apache/spark/pull/42838#discussion_r1317185835


##########
sql/core/src/test/scala/org/apache/spark/sql/execution/ui/UISeleniumSuite.scala:
##########
@@ -110,7 +110,7 @@ class UISeleniumSuite extends SparkFunSuite with WebBrowser {
       val planDot = findAll(cssSelector(""".dot-file""")).map(_.text).toList
       assert(planDot.head.startsWith("digraph G {"))
       val planDetails = findAll(cssSelector("""#physical-plan-details""")).map(_.text).toList
-      assert(planDetails.head.contains("TABLE_OR_VIEW_NOT_FOUND"))
+      assert(planDetails.head.isEmpty)

Review Comment:
   Changes here according to https://github.com/apache/spark/pull/42481#discussion_r1316842538



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org