cloud-fan commented on a change in pull request #33164:
URL: https://github.com/apache/spark/pull/33164#discussion_r662745025
##########
File path: core/src/main/resources/error/error-classes.json
##########
@@ -15,6 +15,10 @@
"message" : [ "The second argument of '%s' function needs to be an
integer." ],
"sqlState" : "22023"
},
+ "UNABLE_TO_ACQUIRE_MEMORY" : {
+ "message" : [ "Unable to acquire %s bytes of memory, got %s" ],
+ "sqlState" : null
Review comment:
Can't we just omit the `sqlState` field?
--
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]