srielau commented on code in PR #48660:
URL: https://github.com/apache/spark/pull/48660#discussion_r1817036671
##########
common/utils/src/main/resources/error/error-conditions.json:
##########
@@ -1091,6 +1091,12 @@
],
"sqlState" : "KD010"
},
+ "DATA_SOURCE_UNSUPPORTED_DML_OPERATION" : {
+ "message" : [
+ "Data source '<provider>' does not support requested DML operation:
<sqlOperation>"
Review Comment:
```suggestion
"Data source '<provider>' does not support requested operation:
<sqlOperation>"
```
We can be more generic.
--
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]