MaxGekk commented on code in PR #41020:
URL: https://github.com/apache/spark/pull/41020#discussion_r1183284428
##########
core/src/main/resources/error/error-classes.json:
##########
@@ -1278,6 +1288,11 @@
],
"sqlState" : "42826"
},
+ "OPERATION_NOT_ALLOWED" : {
+ "message" : [
+ "Operation not allowed: <message>."
Review Comment:
I think this one error class should have sub-classes instead of general
`<message>`. Could you exclude it from the PR, please.
--
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]