panbingkun commented on PR #46937: URL: https://github.com/apache/spark/pull/46937#issuecomment-2162800276
The idea of this PR is to make various built-in JDBC dialects overload the method `def classifyException(e: Throwable, errorClass: String, messageParameters: Map[String, String], description: String): AnalysisException` and make them call `final def classifyException(e: Throwable, errorClass: String, messageParameters: Map[String, String]): AnalysisException`, so that the original exception can be thrown. -- 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]
