pan3793 commented on code in PR #43731:
URL: https://github.com/apache/spark/pull/43731#discussion_r1615509420


##########
sql/api/src/main/scala/org/apache/spark/sql/catalyst/analysis/noSuchItemsExceptions.scala:
##########
@@ -89,18 +82,10 @@ class NoSuchNamespaceException private(
     this(errorClass = "SCHEMA_NOT_FOUND",
       Map("schemaName" -> quoteNameParts(namespace)))
   }
-
-  def this(message: String, cause: Option[Throwable] = None) = {

Review Comment:
   @MaxGekk @dongjoon-hyun @aokolnychyi this brings a similar breaking change 
as SPARK-43041 reported



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