szehon-ho commented on code in PR #53732:
URL: https://github.com/apache/spark/pull/53732#discussion_r2677198294
##########
common/utils/src/main/resources/error/error-conditions.json:
##########
@@ -7117,6 +7117,12 @@
},
"sqlState" : "42809"
},
+ "UNSUPPORTED_INSERT_WITH_SCHEMA_EVOLUTION" : {
+ "message" : [
+ "INSERT WITH SCHEMA EVOLUTION ... is unsupported for this table
relation."
Review Comment:
nit: we dont use 'relation' anywhere in the messages, should we remove it?
edit: we use it for 'streaming relation', but for normal tables we just say
'tables'
--
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]