hvanhovell commented on code in PR #50013:
URL: https://github.com/apache/spark/pull/50013#discussion_r1968705260
##########
sql/connect/server/src/main/scala/org/apache/spark/sql/connect/ml/MLException.scala:
##########
@@ -36,3 +36,17 @@ private[spark] case class
MLCacheInvalidException(objectName: String)
errorClass = "CONNECT_ML.CACHE_INVALID",
messageParameters = Map("objectName" -> objectName),
cause = null)
+
+private[spark] case class MlItemSizeExceededException(
Review Comment:
Let's make sure the client side error mappings can deal with this new
Exception. cc @itholic .
--
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]