sigmod commented on code in PR #46793:
URL: https://github.com/apache/spark/pull/46793#discussion_r1619326510
##########
common/utils/src/main/resources/error/error-conditions.json:
##########
@@ -3204,6 +3204,12 @@
],
"sqlState" : "42809"
},
+ "NOT_NULL_ASSERT_VIOLATION" : {
+ "message" : [
+ "NULL value appeared in non-nullable field: <walkedTypePath>If the
schema is inferred from a Scala tuple/case class, or a Java bean, please try to
use scala.Option[_] or other nullable types (such as java.lang.Integer instead
of int/scala.Int)."
Review Comment:
gotcha!
--
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]