MaxGekk commented on code in PR #51955:
URL: https://github.com/apache/spark/pull/51955#discussion_r2329581254


##########
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:
   This error class `0A` is about unsupported feature. Do you this it could be 
potentially supported in the future? If not, could you consider another error 
class, for instance `42`



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