cloud-fan commented on code in PR #37887:
URL: https://github.com/apache/spark/pull/37887#discussion_r980149162


##########
core/src/test/scala/org/apache/spark/SparkFunSuite.scala:
##########
@@ -405,6 +413,18 @@ abstract class SparkFunSuite
       context: QueryContext): Unit =
     checkError(exception, errorClass, Some(errorSubClass), None, parameters, 
false, Array(context))
 
+  protected def checkErrorTableNotFound(exception: SparkThrowable,
+                                        tableName: String): Unit =

Review Comment:
   This function is very SQL specific, shall we put it in `QueryTest`?



-- 
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]

Reply via email to