Skip to content

Commit

Permalink
Update error class description
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimahriman committed Jun 22, 2024
1 parent 72eaaf0 commit 04624b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spark/src/main/resources/error/delta-error-classes.json
Original file line number Diff line number Diff line change
Expand Up @@ -1648,7 +1648,7 @@
},
"DELTA_NESTED_NOT_NULL_CONSTRAINT" : {
"message" : [
"The <nestType> type of the field <parent> contains a NOT NULL constraint. Delta does not support NOT NULL constraints nested within arrays or maps. To suppress this error and silently ignore the specified constraints, set <configKey> = true.",
"The <nestType> type of the field <parent> contains a NOT NULL constraint. Delta does not support NOT NULL constraints nested within arrays or maps or within fields nested inside nullable structs. To suppress this error and silently ignore the specified constraints, set <configKey> = true.",
"Parsed <nestType> type:",
"<nestedPrettyJson>"
],
Expand Down

0 comments on commit 04624b4

Please sign in to comment.