j1wonpark commented on code in PR #58022:
URL: https://github.com/apache/spark/pull/58022#discussion_r3793082433


##########
sql/connect/client/jdbc/src/main/scala/org/apache/spark/sql/connect/client/jdbc/util/JdbcErrorUtils.scala:
##########
@@ -62,23 +62,20 @@ private[jdbc] object JdbcErrorUtils {
 
   // SQLState class 08 is "connection exception"; HYT00 is the conventional
   // (ODBC-derived) state for an elapsed timeout.
-  private val CONNECTION_DOES_NOT_EXIST = "08003"
+  private val CONNECTION_STATE_CLASS = "08"

Review Comment:
   Renamed.



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