Skip to content

Commit

Permalink
Remove max-data-sequence number from partition-statistics struct
Browse files Browse the repository at this point in the history
  • Loading branch information
ajantha-bhat committed Sep 12, 2023
1 parent c2e7c03 commit 90af96b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion format/spec.md
Expand Up @@ -717,7 +717,6 @@ it must be registered in the table metadata file to be considered as a valid sta
|----|----|------------|------|-------------|
| _required_ | _required_ | **`snapshot-id`** | `long` | ID of the Iceberg table's snapshot the partition statistics file is associated with. |
| _required_ | _required_ | **`statistics-file-path`** | `string` | Path of the partition statistics file. See [Partition Statistics file](#partition-statistics-file). |
| _required_ | _required_ | **`max-data-sequence-number`** | `long` | Maximum data sequence number of the Iceberg table's snapshot the partition statistics was computed from. |

#### Partition Statistics file

Expand Down

0 comments on commit 90af96b

Please sign in to comment.