Skip to content

Commit

Permalink
[Spark] Amend Row Tracking Protocol to accurately require domainMetad…
Browse files Browse the repository at this point in the history
…ata"
  • Loading branch information
c27kwan committed Sep 30, 2024
1 parent 6e75c23 commit 902eec8
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 @@ -1063,7 +1063,7 @@ Row Tracking is defined to be **supported** or **enabled** on a table as follows

Enablement:
- The table must be on Writer Version 7.
- The feature `rowTracking` must exist in the table `protocol`'s `writerFeatures`.
- The feature `rowTracking` must exist in the table `protocol`'s `writerFeatures`. The feature `domainMetadata` is required in the table `protocol`'s `writerFeatures`.
- The table property `delta.enableRowTracking` must be set to `true`.

## Row IDs
Expand Down

0 comments on commit 902eec8

Please sign in to comment.