gengliangwang commented on code in PR #41656:
URL: https://github.com/apache/spark/pull/41656#discussion_r1234715002
##########
core/src/main/resources/error/error-classes.json:
##########
@@ -1606,6 +1606,12 @@
],
"sqlState" : "42607"
},
+ "NO_DEFAULT_COLUMN_VALUE_AVAILABLE" : {
+ "message" : [
+ "There is no default column value available for <colName> which is not
nullable."
Review Comment:
How about
```suggestion
"Can't determine the default value for <colName> since it is not
nullable and it has no default value."
```
--
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]