aokolnychyi commented on code in PR #40679:
URL: https://github.com/apache/spark/pull/40679#discussion_r1159215540
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/NoSuchItemException.scala:
##########
@@ -34,21 +35,60 @@ case class NoSuchDatabaseException(db: String)
extends AnalysisException(errorClass = "SCHEMA_NOT_FOUND",
messageParameters = Map("schemaName" -> quoteIdentifier(db)))
-class NoSuchNamespaceException(errorClass: String, messageParameters:
Map[String, String])
- extends AnalysisException(errorClass, messageParameters) {
+// any changes to this class should be backward compatible as it may be used
by external connectors
+class NoSuchNamespaceException private(
Review Comment:
Most of these were case classes in 3.3.
--
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]