itholic commented on code in PR #41504:
URL: https://github.com/apache/spark/pull/41504#discussion_r1224173284
##########
core/src/main/resources/error/error-classes.json:
##########
@@ -1754,6 +1779,11 @@
],
"sqlState" : "42826"
},
+ "OPERATION_NOT_ALLOWED" : {
+ "message" : [
+ "Operation not allowed: <message>. This error occurs when attempting an
operation that is not currently supported. Please check the documentation for
the list of allowable operations."
Review Comment:
Oh,,, I didn't realized that the PR was closed. Let me revisit my PR and
revert the change here in this PR.
--
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]