Skip to content

Commit

Permalink
Adding quotations
Browse files Browse the repository at this point in the history
  • Loading branch information
arushi-firebolt committed Mar 6, 2024
1 parent afabc95 commit 6fb27d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/general-reference/release-notes/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ Firebolt might roll out releases in phases. New features and changes may not yet

<!--- FIR-27548 --->**Simplified table protobuf representation**

Unique constraints in tables will be blocked for new accounts. Creating tables with unique constraints over any column (ex. `create table t(a int unique)`) will not succeed anymore, and instead will throw the following result:
`Invalid create table. Unique constraint is not supported. Remove it from the statement and retry.`
Unique constraints in tables will be blocked for new accounts. Creating tables with unique constraints over any column (ex. `create table t(a int unique)`) will not succeed anymore, and instead will yield the following result:
"Invalid create table. Unique constraint is not supported. Remove it from the statement and retry."

<!--- FIR-29729 --->**Renamed spilled metrics columns**

Expand Down

0 comments on commit 6fb27d5

Please sign in to comment.