Skip to content

Commit

Permalink
spacing in error-conditions.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ericm-db committed Feb 6, 2025
1 parent ade7074 commit 4ef6468
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions common/utils/src/main/resources/error/error-conditions.json
Original file line number Diff line number Diff line change
Expand Up @@ -5074,9 +5074,9 @@
},
"TRANSFORM_WITH_STATE_SCHEMA_MUST_BE_NULLABLE" : {
"message" : [
"If schema evolution is enabled, all the fields in the schema for column family <columnFamilyName> must be nullable ",
"when using the TransformWithState operator.",
"Please make the schema nullable. Current schema: <schema>"
"If schema evolution is enabled, all the fields in the schema for column family <columnFamilyName> must be nullable",
" when using the TransformWithState operator.",
" Please make the schema nullable. Current schema: <schema>"
],
"sqlState" : "XXKST"
},
Expand Down

0 comments on commit 4ef6468

Please sign in to comment.