diff --git a/common/utils/src/main/resources/error/error-conditions.json b/common/utils/src/main/resources/error/error-conditions.json index a083c51c5f85d..0a84805082a63 100644 --- a/common/utils/src/main/resources/error/error-conditions.json +++ b/common/utils/src/main/resources/error/error-conditions.json @@ -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 must be nullable ", - "when using the TransformWithState operator.", - "Please make the schema nullable. Current schema: " + "If schema evolution is enabled, all the fields in the schema for column family must be nullable", + " when using the TransformWithState operator.", + " Please make the schema nullable. Current schema: " ], "sqlState" : "XXKST" },