itholic commented on code in PR #39937:
URL: https://github.com/apache/spark/pull/39937#discussion_r1100501971


##########
core/src/main/resources/error/error-classes.json:
##########
@@ -116,6 +116,12 @@
       "<details>"
     ]
   },
+  "CANNOT_WRITE_INCOMPATIBLE_DATA_TO_TABLE" : {
+    "message" : [
+      "Cannot write incompatible data to table <tableName>:",
+      "- <errors>."

Review Comment:
   Sounds good!
   Will separate into sub-error classes.



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