aokolnychyi commented on code in PR #40679: URL: https://github.com/apache/spark/pull/40679#discussion_r1159202681
########## sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/AlreadyExistException.scala: ########## @@ -32,19 +33,53 @@ import org.apache.spark.sql.types.StructType class DatabaseAlreadyExistsException(db: String) extends NamespaceAlreadyExistsException(Array(db)) +// any changes to this class should be backward compatible as it may be used by external connectors +class NamespaceAlreadyExistsException private( Review Comment: Wrong place to comment. I meant [this](https://github.com/apache/spark/blob/b40e408ea13d9d2d55d407f0758940cbba5ade3e/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/NoSuchItemException.scala#L35). -- 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]
