cloud-fan commented on code in PR #37887:
URL: https://github.com/apache/spark/pull/37887#discussion_r980148130
##########
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:
```suggestion
protected def checkErrorTableNotFound(exception: SparkThrowable,
tableName: String): Unit =
```
```suggestion
protected def checkErrorTableNotFound(
exception: SparkThrowable,
tableName: String): Unit =
```
--
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]