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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]