ctring commented on code in PR #51955:
URL: https://github.com/apache/spark/pull/51955#discussion_r2331369423
##########
common/utils/src/main/resources/error/error-conditions.json:
##########
@@ -573,6 +573,12 @@
},
"sqlState" : "58030"
},
+ "CANNOT_WRITE_VIEW" : {
+ "message" : [
+ "Writing into a view is not allowed. View: <identifier>."
+ ],
+ "sqlState" : "0A000"
Review Comment:
Good call. I don't think we'll support this in the future, I'll use the
other error class.
--
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]