hvanhovell commented on code in PR #50013:
URL: https://github.com/apache/spark/pull/50013#discussion_r1968738761


##########
common/utils/src/main/resources/error/error-conditions.json:
##########
@@ -780,6 +780,11 @@
           "Cannot retrieve <objectName> from the ML cache. It is probably 
because the entry has been evicted."
         ]
       },
+      "CACHE_ITEM_EXCEEDED" : {
+        "message" : [
+          "Cannot <operation> object <name>, since its estimated size 
<estimatedSize> exceeds the limitation <maximumSize>."

Review Comment:
   `...exceeds the maximum allowed size <maximumSize>.` instead of `exceeds the 
limitation <maximumSize>.`?
   
   Does this use proper size formats?



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