johanl-db commented on code in PR #53732:
URL: https://github.com/apache/spark/pull/53732#discussion_r2682852093


##########
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:
   The message still has an issue:
   "is unsupported for this table relation." -> "is unsupported for this table."



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