cloud-fan commented on code in PR #53251:
URL: https://github.com/apache/spark/pull/53251#discussion_r2618452062
##########
common/utils/src/main/resources/error/error-conditions.json:
##########
@@ -7404,6 +7404,12 @@
],
"sqlState" : "42P01"
},
+ "VIEW_WRITE_NOT_ALLOWED" : {
+ "message" : [
+ "Cannot write into view <quoted> as it's not a data source v2 relation."
Review Comment:
can we make the error message more general?
```
Cannot write into view <name>, please write into a table instead.
```
--
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]