garlandz-db commented on code in PR #54056:
URL: https://github.com/apache/spark/pull/54056#discussion_r2806555050
##########
sql/connect/server/src/main/scala/org/apache/spark/sql/connect/service/SparkConnectService.scala:
##########
@@ -455,8 +456,7 @@ object SparkConnectService extends Logging {
}
if (!started) {
- throw new IllegalStateException(
- "Attempting to stop the Spark Connect service that has not been
started.")
+ throw IllegalStateErrors.serviceNotStarted()
Review Comment:
updated good catch!
--
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]