gengliangwang commented on code in PR #49590:
URL: https://github.com/apache/spark/pull/49590#discussion_r1932902747


##########
common/utils/src/main/resources/error/error-conditions.json:
##########
@@ -117,6 +117,13 @@
     },
     "sqlState" : "42604"
   },
+  "AVRO_CANNOT_WRITE_NULL_FIELD" : {
+    "message" : [
+      "The record to be written to Avro contains null value for non-null field 
<name> with schema <schema> from Avro schema.",

Review Comment:
   Shall we use the Avro schema(json string) here? Or let's simply not show the 
schema.



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