alekjarmov commented on code in PR #58862:
URL: https://github.com/apache/spark/pull/58862#discussion_r4039114236


##########
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/jdbc/JDBCRDD.scala:
##########
@@ -119,6 +120,11 @@ object JDBCRDD extends Logging {
     }
   }
 
+  // Treat null or blank driver SQLSTATE as missing.
+  private def jdbcExternalEngineSqlState(e: SQLException): String = {

Review Comment:
   I think it's ok here for such an unimportant helper, but did the rename.



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