Skip to content

Commit

Permalink
Spec: Fix minor typo in _last_updated_sequence_number docs (#12128)
Browse files Browse the repository at this point in the history
Co-authored-by: Sreesh Maheshwar <[email protected]>
  • Loading branch information
smaheshwar-pltr and Sreesh Maheshwar authored Jan 29, 2025
1 parent 53d2aca commit c787134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion format/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ The set of metadata columns is:
| **`2147483542 _change_ordinal`** | `int` | The order of the change |
| **`2147483541 _commit_snapshot_id`** | `long` | The snapshot ID in which the change occured |
| **`2147483540 _row_id`** | `long` | A unique long assigned when row-lineage is enabled, see [Row Lineage](#row-lineage) |
| **`2147483539 _last_updated_sequence_number`** | `long` | The sequence number which last updated this row when row-lineage is enabled [Row Lineage](#row-lineage) |
| **`2147483539 _last_updated_sequence_number`** | `long` | The sequence number which last updated this row when row-lineage is enabled, see [Row Lineage](#row-lineage) |

#### Row Lineage

Expand Down

0 comments on commit c787134

Please sign in to comment.