cloud-fan commented on code in PR #40474:
URL: https://github.com/apache/spark/pull/40474#discussion_r1285368645
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/NoSuchItemException.scala:
##########
@@ -291,3 +292,7 @@ class NoSuchIndexException private(
messageParameters = Map.empty[String, String])
}
}
+
+class NoSuchVariableException(variable: Seq[String])
Review Comment:
Sorry I may miss the discussion result before. So we will keep adding new
exception types even if we have unique error class name now?
--
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]