Skip to content

Commit

Permalink
Fix feature name for column invariants in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ebyhr committed Aug 8, 2023
1 parent 8add682 commit a3b4b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PROTOCOL.md
Original file line number Diff line number Diff line change
Expand Up @@ -1257,7 +1257,7 @@ To remove the append-only restriction, the table property `delta.appendOnly` mus
## Column Invariants
Enablement:
- If the table is on a Writer Version starting from 2 up to 6, Column Invariants are always enabled.
- If the table is on Writer Version 7, the feature `columnInvariants` must exist in the table `protocol`'s `writerFeatures`.
- If the table is on Writer Version 7, the feature `invariants` must exist in the table `protocol`'s `writerFeatures`.

When enabled:
- The `metadata` for a column in the table schema MAY contain the key `delta.invariants`.
Expand Down

0 comments on commit a3b4b88

Please sign in to comment.