Skip to content

Commit

Permalink
Fix error template exposure in UNKNOWN_TABLE_COLUMNS (#1795)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hazel-Datastax authored Dec 19, 2024
1 parent 5c98638 commit 1a3af31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/errors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ request-errors:
The table ${keyspace}.${table} defines the columns: ${allColumns}.
The command included the following unknown columns: ${unknownColumns}.
{SNIPPET.RESEND_USING_ONLY_DEFINED_COLUMNS}
${SNIPPET.RESEND_USING_ONLY_DEFINED_COLUMNS}
- scope: DOCUMENT
code: UNSUPPORTED_COLUMN_TYPES
Expand Down

0 comments on commit 1a3af31

Please sign in to comment.